Tweak kubelet monitor params

Change-Id: I80a959679bac3eea2f05f9dd13a70cc895a1b0a3
This commit is contained in:
Matthew Mosesohn 2017-02-13 12:54:25 +03:00
parent 0e817eb5b7
commit 4e815f755d
1 changed files with 5 additions and 0 deletions

View File

@ -49,3 +49,8 @@ upstream_dns_servers:
# breaks host k8s resolution. We are using host_resolvconf configuration which
# has some bugs when DHCP is enabled.
resolvconf_mode: host_resolvconf
# Tweak kubelet monitoring parameters to node/endpoint node flapping
kubelet_status_update_frequency: "20s"
kube_controller_node_monitor_grace_period: "2m"
kube_controller_node_monitor_period: "10s"