Skip to content

Commit

Permalink
[candi] Enable GracefulNodeShutdown flag on kis 1.20 (#1777)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Klimentyev <andrey.klimentyev@flant.com>
(cherry picked from commit bebd19b)
  • Loading branch information
zuzzas authored and z9r5 committed Jun 15, 2022
1 parent 2331840 commit 0d11db2
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -217,6 +217,9 @@ serverTLSBootstrap: true
{{- end }}
featureGates:
ExpandCSIVolumes: true
{{- if semverCompare "=1.20" .kubernetesVersion }}
GracefulNodeShutdown: true
{{- end }}
fileCheckFrequency: 20s
imageMinimumGCAge: 2m0s
imageGCHighThresholdPercent: 70
Expand Down

0 comments on commit 0d11db2

Please sign in to comment.