mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +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,
|
||||
ImageGCPolicy: imageGCPolicy,
|
||||
Cloud: cloud,
|
||||
NodeStatusUpdateFrequency: s.NodeStatusUpdateFrequency,
|
||||
}
|
||||
|
||||
RunKubelet(&kcfg, nil)
|
||||
|
Loading…
Reference in New Issue
Block a user