Skip to content

Commit ebf4abe

Browse files
committed
fix: add CriticalAddonsOnly toleration into controller pod
1 parent 6203392 commit ebf4abe

File tree

3 files changed

+6
-0
lines changed

3 files changed

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ controller:
7171
- key: "node-role.kubernetes.io/control-plane"
7272
operator: "Exists"
7373
effect: "NoSchedule"
74+
- key: "CriticalAddonsOnly"
75+
operator: "Exists"
76+
effect: "NoSchedule"
7477
resources:
7578
csiProvisioner:
7679
limits:

deploy/csi-nfs-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)