Skip to content

Commit

Permalink
Merge pull request #19 from Leaseweb/manifests
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hrak authored Jun 13, 2023
2 parents 2a6bb4e + 2cb7480 commit cfe10a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deploy/k8s/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccountName: cloudstack-csi-controller
nodeSelector:
kubernetes.io/os: linux
node-role.kubernetes.io/master: ""
node-role.kubernetes.io/control-plane: ""
tolerations:
- effect: NoExecute
operator: Exists
Expand All @@ -47,7 +47,7 @@ spec:
mountPath: /etc/cloudstack-csi-driver

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

- name: external-attacher
image: k8s.gcr.io/sig-storage/csi-attacher:v3.0.2
image: registry.k8s.io/sig-storage/csi-attacher:v4.3.0
imagePullPolicy: IfNotPresent
args:
- "--csi-address=$(ADDRESS)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
mountPath: /etc/cloudstack-csi-driver

- name: node-driver-registrar
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
imagePullPolicy: IfNotPresent
args:
- "--csi-address=$(ADDRESS)"
Expand Down

0 comments on commit cfe10a4

Please sign in to comment.