Skip to content

Commit

Permalink
Merge pull request #376 from boddumanohar/controlplane
Browse files Browse the repository at this point in the history
add a new node role for control plane
  • Loading branch information
k8s-ci-robot authored Apr 8, 2021
2 parents a0027c5 + f5b557c commit 04b734a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file modified charts/latest/blob-csi-driver-v1.1.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ spec:
operator: "Equal"
value: "true"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/controlplane"
operator: "Equal"
value: "true"
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: {{ .Values.image.csiProvisioner.repository }}:{{ .Values.image.csiProvisioner.tag }}
Expand Down
4 changes: 4 additions & 0 deletions deploy/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ spec:
operator: "Equal"
value: "true"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/controlplane"
operator: "Equal"
value: "true"
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v2.1.0
Expand Down

0 comments on commit 04b734a

Please sign in to comment.