Commit 37ea722b authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Set NodeStatusUpdateFrequency

parent b12d75d0
...@@ -281,6 +281,7 @@ func (s *KubeletServer) Run(_ []string) error { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment