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:
Filip Grzadkowski
2015-04-09 11:06:04 +02:00

View File

@@ -281,6 +281,7 @@ func (s *KubeletServer) Run(_ []string) error {
TLSOptions: tlsOptions,
ImageGCPolicy: imageGCPolicy,
Cloud: cloud,
NodeStatusUpdateFrequency: s.NodeStatusUpdateFrequency,
}
RunKubelet(&kcfg, nil)