Skip to content

Commit

Permalink
Add ToBeDeletedTaint to csi-node (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Vasilenko <[email protected]>
Co-authored-by: Maxim Vasilenko <[email protected]>
  • Loading branch information
mvasl and mvasl authored Dec 3, 2024
1 parent c102346 commit 7387c6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/helm_lib/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
type: library
name: deckhouse_lib_helm
version: 1.35.3
version: 1.36.0
description: "Helm utils template definitions for Deckhouse modules."
3 changes: 3 additions & 0 deletions charts/helm_lib/templates/_node_affinity.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ tolerations:
{{- /* Additional strategy "no-csi" - used for any node with no CSI: any node, which was initialized by deckhouse, but have no csi-node driver registered on it. */ -}}
{{- /* Usage: {{ include "helm_lib_tolerations" (tuple . "any-node" "with-no-csi") }} */ -}}
{{- define "_helm_lib_additional_tolerations_no_csi" }}
- key: ToBeDeletedTaint
operator: "Exists"
effect: "NoSchedule"
- key: node.deckhouse.io/csi-not-bootstrapped
operator: "Exists"
effect: "NoSchedule"
Expand Down

0 comments on commit 7387c6b

Please sign in to comment.