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>
  • Loading branch information
zuzzas committed Jun 15, 2022
1 parent ed67a05 commit bebd19b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
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 bebd19b

Please sign in to comment.