Skip to content

Commit cfe10a4

Browse files
authored
Merge pull request #19 from Leaseweb/manifests
Update manifests - Change nodeSelector from master to control-plane - Update CSI external provisioner to v3.3.1 - Update CSI external attacher to v4.3.0 - Update CSI node-driver-registrar to v2.8.0 - Switch to registry.k8s.io
2 parents 2a6bb4e + 2cb7480 commit cfe10a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/k8s/controller-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: cloudstack-csi-controller
2323
nodeSelector:
2424
kubernetes.io/os: linux
25-
node-role.kubernetes.io/master: ""
25+
node-role.kubernetes.io/control-plane: ""
2626
tolerations:
2727
- effect: NoExecute
2828
operator: Exists
@@ -47,7 +47,7 @@ spec:
4747
mountPath: /etc/cloudstack-csi-driver
4848

4949
- name: external-provisioner
50-
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.4
50+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.1
5151
imagePullPolicy: IfNotPresent
5252
args:
5353
- "--csi-address=$(ADDRESS)"
@@ -61,7 +61,7 @@ spec:
6161
mountPath: /var/lib/csi/sockets/pluginproxy/
6262

6363
- name: external-attacher
64-
image: k8s.gcr.io/sig-storage/csi-attacher:v3.0.2
64+
image: registry.k8s.io/sig-storage/csi-attacher:v4.3.0
6565
imagePullPolicy: IfNotPresent
6666
args:
6767
- "--csi-address=$(ADDRESS)"

deploy/k8s/node-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
mountPath: /etc/cloudstack-csi-driver
5858

5959
- name: node-driver-registrar
60-
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
60+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
6161
imagePullPolicy: IfNotPresent
6262
args:
6363
- "--csi-address=$(ADDRESS)"

0 commit comments

Comments
 (0)