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
// We want to allow the user to still be able to fix the misconfigured config (redeploy or edit the configmaps) and reload KSM automatically once that's done.
135
-
klog.Warningf("failed to unmarshal opts config file: %v", err)
135
+
klog.ErrorS(err, "failed to unmarshal opts config file")
136
136
// Wait for the next reload.
137
-
klog.Infof("misconfigured config detected, KSM will automatically reload on next write to the config")
138
-
klog.Infof("waiting for config to be fixed")
137
+
klog.InfoS("misconfigured config detected, KSM will automatically reload on next write to the config")
0 commit comments