Skip to content

Commit 4e1642c

Browse files
committed
fix: add CriticalAddonsOnly toleration into controller pod
1 parent 589c324 commit 4e1642c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
16 Bytes
Binary file not shown.

charts/latest/csi-driver-smb/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ controller:
7878
- key: "node-role.kubernetes.io/control-plane"
7979
operator: "Exists"
8080
effect: "NoSchedule"
81+
- key: "CriticalAddonsOnly"
82+
operator: "Exists"
83+
effect: "NoSchedule"
8184

8285
node:
8386
maxUnavailable: 1

deploy/csi-smb-controller.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ spec:
3333
- key: "node-role.kubernetes.io/control-plane"
3434
operator: "Exists"
3535
effect: "NoSchedule"
36+
- key: "CriticalAddonsOnly"
37+
operator: "Exists"
38+
effect: "NoSchedule"
3639
containers:
3740
- name: csi-provisioner
3841
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0

0 commit comments

Comments
 (0)