Skip to content

Commit 04b734a

Browse files
authored
Merge pull request #376 from boddumanohar/controlplane
add a new node role for control plane
2 parents a0027c5 + f5b557c commit 04b734a

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
10 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/templates/csi-blob-controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ spec:
3131
operator: "Equal"
3232
value: "true"
3333
effect: "NoSchedule"
34+
- key: "node-role.kubernetes.io/controlplane"
35+
operator: "Equal"
36+
value: "true"
37+
effect: "NoSchedule"
3438
containers:
3539
- name: csi-provisioner
3640
image: {{ .Values.image.csiProvisioner.repository }}:{{ .Values.image.csiProvisioner.tag }}

deploy/csi-blob-controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ spec:
2424
operator: "Equal"
2525
value: "true"
2626
effect: "NoSchedule"
27+
- key: "node-role.kubernetes.io/controlplane"
28+
operator: "Equal"
29+
value: "true"
30+
effect: "NoSchedule"
2731
containers:
2832
- name: csi-provisioner
2933
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v2.1.0

0 commit comments

Comments
 (0)