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
// Set klog to use the same logger as controller-runtime, so that logs from all libraries are consistent.
85
+
// There seems to be an issue with leader election logs being emitted which uses klog. See: https://github.com/kubernetes-sigs/controller-runtime/issues/2656
86
+
klog.SetLogger(logger)
82
87
83
88
ifchartDir=="" {
84
89
setupLog.Error(nil, "command line flag missing or empty: --chart-directory")
0 commit comments