Enable Graceful Node Shutdown for Kubernetes >= 1.21.0 (#7746)

* Enable Graceful Node Shutdown for Kubernetes >= 1.21.0

* Add sample graceful shutdown parameters
This commit is contained in:
Cristian Calin
2021-06-28 09:53:25 +03:00
committed by GitHub
parent a2cf6816ce
commit a3e34f589a
4 changed files with 22 additions and 0 deletions

View File

@@ -149,6 +149,10 @@ kube_proxy_nodeport_addresses: >-
## Encrypting Secret Data at Rest (experimental)
kube_encrypt_secret_data: false
# Graceful Node Shutdown (Kubernetes >= 1.21.0), see https://kubernetes.io/blog/2021/04/21/graceful-node-shutdown-beta/
# kubelet_shutdown_grace_period: 60s
# kubelet_shutdown_grace_period_critical_pods: 20s
# DNS configuration.
# Kubernetes cluster name, also will be used as DNS domain
cluster_name: cluster.local