Set NodeStatusUpdateFrequency

This commit is contained in:
Wojciech Tyczynski 2015-04-09 10:32:18 +02:00
parent b12d75d0ee
commit 37ea722b7b

View File

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