Skip to content

Commit

Permalink
Merge pull request #858 from andyzhangx/add-CriticalAddonsOnly-tolera…
Browse files Browse the repository at this point in the history
…tion

fix: add CriticalAddonsOnly toleration into controller pod
  • Loading branch information
andyzhangx authored Oct 21, 2024
2 parents 589c324 + 4e1642c commit c8b60b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file modified charts/latest/csi-driver-smb-v0.0.0.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions charts/latest/csi-driver-smb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ controller:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"

node:
maxUnavailable: 1
Expand Down
3 changes: 3 additions & 0 deletions deploy/csi-smb-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoSchedule"
- key: "CriticalAddonsOnly"
operator: "Exists"
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
Expand Down

0 comments on commit c8b60b1

Please sign in to comment.