Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#182 from boddumanohar/control-plane
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 f8a385a + b3dd1b1 commit b53f765
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file modified charts/latest/csi-driver-nfs-v3.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,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-nfs-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.0
Expand Down

0 comments on commit b53f765

Please sign in to comment.