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
After klog.InitFlags(), set legacy_stderr_threshold_behavior=false
and stderrthreshold=INFO in both bootstrap/main.go and
controlplane/main.go so that klog honors the stderrthreshold flag
correctly (kubernetes/klog#212).
Also bumps k8s.io/klog/v2 from v2.130.1 to v2.140.0 which is the
minimum version that includes the legacy_stderr_threshold_behavior flag.
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
0 commit comments