You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: enhance logging for TLS certificate management and security
- Update log messages to use `Infof` instead of `Debugf` for better visibility.
- Add success confirmation logs after renewing TLS certificates.
- Modify the warning message to include advice on handling security notices during cluster installation.
Signed-off-by: ysicing <[email protected]>
m.Log.Warnf("wait cluster install success, please use cmd check: %s", color.SGreen(cmd))
280
+
m.Log.Warnf("wait cluster install success, visit %s notice 'Your connection to this site isn't secure', please use follow cmd check and fix: %s", color.SGreen(m.Domain), color.SGreen(cmd))
0 commit comments