mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
fix regression introduced by PR 100320
This commit is contained in:
parent
d310c447af
commit
903f164b67
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ HTTP server: The kubelet can also listen for HTTP and respond to a simple API
|
|||
config.StaticPodURLHeader[k] = []string{"<masked>"}
|
||||
}
|
||||
// log the kubelet's config for inspection
|
||||
klog.V(5).InfoS("KubeletConfiguration", "configuration", kubeletServer.KubeletConfiguration)
|
||||
klog.V(5).InfoS("KubeletConfiguration", "configuration", config)
|
||||
|
||||
// run the kubelet
|
||||
if err := Run(ctx, kubeletServer, kubeletDeps, utilfeature.DefaultFeatureGate); err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue