diff --git a/cmd/kubelet/app/server.go b/cmd/kubelet/app/server.go index 7c983f417e6..3d1e001823d 100644 --- a/cmd/kubelet/app/server.go +++ b/cmd/kubelet/app/server.go @@ -256,7 +256,7 @@ HTTP server: The kubelet can also listen for HTTP and respond to a simple API config.StaticPodURLHeader[k] = []string{""} } // 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 return Run(ctx, kubeletServer, kubeletDeps, utilfeature.DefaultFeatureGate)