Skip to content

Commit 0c98421

Browse files
authored
Merge pull request #705 from kubernetes-sigs/tolerations3
fix: deploy/csi-snapshot-controller.yaml tolerations
2 parents 4ae2e98 + 6b62cb0 commit 0c98421

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/csi-snapshot-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ spec:
2323
operator: "Equal"
2424
value: "true"
2525
effect: "NoSchedule"
26+
- key: "node-role.kubernetes.io/controlplane"
27+
operator: "Equal"
28+
value: "true"
29+
effect: "NoSchedule"
2630
containers:
2731
- name: csi-snapshot-controller
2832
image: mcr.microsoft.com/oss/kubernetes-csi/snapshot-controller:v3.0.3

0 commit comments

Comments
 (0)