mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
fix regression introduced by PR 100320
This commit is contained in:
parent
489fb9bee3
commit
7311aa4131
@ -294,7 +294,7 @@ HTTP server: The kubelet can also listen for HTTP and respond to a simple API
|
|||||||
config.StaticPodURLHeader[k] = []string{"<masked>"}
|
config.StaticPodURLHeader[k] = []string{"<masked>"}
|
||||||
}
|
}
|
||||||
// log the kubelet's config for inspection
|
// 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
|
// run the kubelet
|
||||||
if err := Run(ctx, kubeletServer, kubeletDeps, utilfeature.DefaultFeatureGate); err != nil {
|
if err := Run(ctx, kubeletServer, kubeletDeps, utilfeature.DefaultFeatureGate); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user