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
To support running dynamically linked control plane components,
the base image had to be
overridden. kubernetes/kubernetes#133972 ensures that
this happens automatically, so we no longer need to do it in the job. That's
good because it's not clear in the job which image should be used.
# At the default verbosity level 4 some logs become so large (for example, kube-apiserver
614
609
# logs each HTTP request) that a post-run analysis only sees an incomplete tail of the
615
610
# logs. Let's use the "recommended default log level for most systems" (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md#what-method-to-use).
0 commit comments