Drop chech for kubelet_shutdown_grace_period (#7993)

and kubelet_shutdown_grace_period_critical_pods as ansible cannot do
sane time interval calculations
This commit is contained in:
Cristian Calin
2021-09-22 04:34:00 +03:00
committed by GitHub
parent 2211504790
commit a517a8db01
2 changed files with 2 additions and 7 deletions

View File

@@ -150,6 +150,8 @@ kube_proxy_nodeport_addresses: >-
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 had to be greater than kubelet_shutdown_grace_period_critical_pods to allow
# non-critical podsa to also terminate gracefully
# kubelet_shutdown_grace_period: 60s
# kubelet_shutdown_grace_period_critical_pods: 20s