Merge "Tweak kubelet monitor params"

This commit is contained in:
Jenkins 2017-02-13 13:30:02 +00:00 committed by Gerrit Code Review
commit 51a9997204
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"