File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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)"
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)"
Original file line number Diff line number Diff line change 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)"
You can’t perform that action at this time.
0 commit comments