mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Set NodeStatusUpdateFrequency
This commit is contained in:
parent
b12d75d0ee
commit
37ea722b7b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user