File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -214,14 +214,17 @@ data:
214214 serviceAccountName: cloud-controller-manager
215215 hostNetwork: true
216216 nodeSelector:
217- node-role.kubernetes.io/master : ""
217+ node-role.kubernetes.io/control-plane : ""
218218 tolerations:
219219 - key: node.cloudprovider.kubernetes.io/uninitialized
220220 value: "true"
221221 effect: NoSchedule
222222 - key: node-role.kubernetes.io/master
223223 operator: Exists
224224 effect: NoSchedule
225+ - key: node-role.kubernetes.io/control-plane
226+ operator: Exists
227+ effect: NoSchedule
225228 volumes:
226229 - name: cfg
227230 secret:
@@ -457,7 +460,7 @@ data:
457460 role: csi-oci
458461 spec:
459462 nodeSelector:
460- node-role.kubernetes.io/master : ""
463+ node-role.kubernetes.io/control-plane : ""
461464 containers:
462465 - name: csi-volume-provisioner
463466 image: k8s.gcr.io/sig-storage/csi-provisioner:v3.2.1
@@ -475,8 +478,7 @@ data:
475478 - mountPath: /var/run/shared-tmpfs
476479 name: shared-tmpfs
477480 - name: csi-attacher
478- image: k8s.gcr.io/sig-storage/csi-attacher:v3.
479- 5.0
481+ image: k8s.gcr.io/sig-storage/csi-attacher:v3.5.0
480482 args:
481483 - --csi-address=/var/run/shared-tmpfs/csi.sock
482484 - --timeout=120s
You can’t perform that action at this time.
0 commit comments