mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Merge pull request #6620 from wojtek-t/too_many_kubelet_posts
Really update NodeStatus every 10 seconds - not as often as possible
This commit is contained in:
commit
6ef0f8c3c5
@ -281,6 +281,7 @@ func (s *KubeletServer) Run(_ []string) error {
|
|||||||
TLSOptions: tlsOptions,
|
TLSOptions: tlsOptions,
|
||||||
ImageGCPolicy: imageGCPolicy,
|
ImageGCPolicy: imageGCPolicy,
|
||||||
Cloud: cloud,
|
Cloud: cloud,
|
||||||
|
NodeStatusUpdateFrequency: s.NodeStatusUpdateFrequency,
|
||||||
}
|
}
|
||||||
|
|
||||||
RunKubelet(&kcfg, nil)
|
RunKubelet(&kcfg, nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user