@@ -76,10 +76,11 @@ spec:
76
76
serviceAccount : csi-do-controller-sa
77
77
containers :
78
78
- name : csi-provisioner
79
- image : quay.io/k8scsi/csi-provisioner:v1.6.0
79
+ image : quay.io/k8scsi/csi-provisioner:v2.0.1
80
80
args :
81
81
- " --csi-address=$(ADDRESS)"
82
82
- " --v=5"
83
+ - " --default-fstype=ext4"
83
84
env :
84
85
- name : ADDRESS
85
86
value : /var/lib/csi/sockets/pluginproxy/csi.sock
88
89
- name : socket-dir
89
90
mountPath : /var/lib/csi/sockets/pluginproxy/
90
91
- name : csi-attacher
91
- image : quay.io/k8scsi/csi-attacher:v2.2 .0
92
+ image : quay.io/k8scsi/csi-attacher:v3.0 .0
92
93
args :
93
94
- " --csi-address=$(ADDRESS)"
94
95
- " --v=5"
@@ -112,11 +113,13 @@ spec:
112
113
- name : socket-dir
113
114
mountPath : /var/lib/csi/sockets/pluginproxy/
114
115
- name : csi-resizer
115
- image : quay.io/k8scsi/csi-resizer:v0.5 .0
116
+ image : quay.io/k8scsi/csi-resizer:v1.0 .0
116
117
args :
117
118
- " --csi-address=$(ADDRESS)"
118
- - " --csiTimeout =30s"
119
+ - " --timeout =30s"
119
120
- " --v=5"
121
+ # DO volumes support online resize.
122
+ - " --handle-volume-inuse-error=false"
120
123
env :
121
124
- name : ADDRESS
122
125
value : /var/lib/csi/sockets/pluginproxy/csi.sock
@@ -346,7 +349,7 @@ spec:
346
349
mountPath : /etc/udev/rules.d/
347
350
containers :
348
351
- name : csi-node-driver-registrar
349
- image : quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
352
+ image : quay.io/k8scsi/csi-node-driver-registrar:v2.0.1
350
353
args :
351
354
- " --v=5"
352
355
- " --csi-address=$(ADDRESS)"
0 commit comments