fix regression introduced by PR 100320

This commit is contained in:
Li Bo 2021-12-18 21:39:24 +08:00
parent 489fb9bee3
commit 7311aa4131

View File

@ -294,7 +294,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 {