mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +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:
@@ -281,6 +281,7 @@ func (s *KubeletServer) Run(_ []string) error {
|
||||
TLSOptions: tlsOptions,
|
||||
ImageGCPolicy: imageGCPolicy,
|
||||
Cloud: cloud,
|
||||
NodeStatusUpdateFrequency: s.NodeStatusUpdateFrequency,
|
||||
}
|
||||
|
||||
RunKubelet(&kcfg, nil)
|
||||
|
||||
Reference in New Issue
Block a user