Skip to content

Commit 9869534

Browse files
committed
add azcopy-dir since volume cloning supported from v1.28.6 and v1.29.1
1 parent 3b24e16 commit 9869534

30 files changed

+80
-0
lines changed
34 Bytes
Binary file not shown.

charts/v1.28.10/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ spec:
229229
volumeMounts:
230230
- mountPath: /csi
231231
name: socket-dir
232+
- mountPath: /root/.azcopy
233+
name: azcopy-dir
232234
- mountPath: /etc/kubernetes/
233235
name: azure-cred
234236
{{- if eq .Values.linux.distro "fedora" }}
@@ -243,6 +245,8 @@ spec:
243245
volumes:
244246
- name: socket-dir
245247
emptyDir: {}
248+
- name: azcopy-dir
249+
emptyDir: {}
246250
- name: azure-cred
247251
hostPath:
248252
path: /etc/kubernetes/
18 Bytes
Binary file not shown.

charts/v1.28.6/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ spec:
218218
volumeMounts:
219219
- mountPath: /csi
220220
name: socket-dir
221+
- mountPath: /root/.azcopy
222+
name: azcopy-dir
221223
- mountPath: /etc/kubernetes/
222224
name: azure-cred
223225
{{- if eq .Values.linux.distro "fedora" }}
@@ -232,6 +234,8 @@ spec:
232234
volumes:
233235
- name: socket-dir
234236
emptyDir: {}
237+
- name: azcopy-dir
238+
emptyDir: {}
235239
- name: azure-cred
236240
hostPath:
237241
path: /etc/kubernetes/
18 Bytes
Binary file not shown.

charts/v1.28.7/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ spec:
218218
volumeMounts:
219219
- mountPath: /csi
220220
name: socket-dir
221+
- mountPath: /root/.azcopy
222+
name: azcopy-dir
221223
- mountPath: /etc/kubernetes/
222224
name: azure-cred
223225
{{- if eq .Values.linux.distro "fedora" }}
@@ -232,6 +234,8 @@ spec:
232234
volumes:
233235
- name: socket-dir
234236
emptyDir: {}
237+
- name: azcopy-dir
238+
emptyDir: {}
235239
- name: azure-cred
236240
hostPath:
237241
path: /etc/kubernetes/
19 Bytes
Binary file not shown.

charts/v1.28.9/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ spec:
218218
volumeMounts:
219219
- mountPath: /csi
220220
name: socket-dir
221+
- mountPath: /root/.azcopy
222+
name: azcopy-dir
221223
- mountPath: /etc/kubernetes/
222224
name: azure-cred
223225
{{- if eq .Values.linux.distro "fedora" }}
@@ -232,6 +234,8 @@ spec:
232234
volumes:
233235
- name: socket-dir
234236
emptyDir: {}
237+
- name: azcopy-dir
238+
emptyDir: {}
235239
- name: azure-cred
236240
hostPath:
237241
path: /etc/kubernetes/
21 Bytes
Binary file not shown.

charts/v1.29.1/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ spec:
219219
volumeMounts:
220220
- mountPath: /csi
221221
name: socket-dir
222+
- mountPath: /root/.azcopy
223+
name: azcopy-dir
222224
- mountPath: /etc/kubernetes/
223225
name: azure-cred
224226
{{- if eq .Values.linux.distro "fedora" }}
@@ -233,6 +235,8 @@ spec:
233235
volumes:
234236
- name: socket-dir
235237
emptyDir: {}
238+
- name: azcopy-dir
239+
emptyDir: {}
236240
- name: azure-cred
237241
hostPath:
238242
path: /etc/kubernetes/
12 Bytes
Binary file not shown.

charts/v1.29.2/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ spec:
217217
volumeMounts:
218218
- mountPath: /csi
219219
name: socket-dir
220+
- mountPath: /root/.azcopy
221+
name: azcopy-dir
220222
- mountPath: /etc/kubernetes/
221223
name: azure-cred
222224
{{- if eq .Values.linux.distro "fedora" }}
@@ -231,6 +233,8 @@ spec:
231233
volumes:
232234
- name: socket-dir
233235
emptyDir: {}
236+
- name: azcopy-dir
237+
emptyDir: {}
234238
- name: azure-cred
235239
hostPath:
236240
path: /etc/kubernetes/
18 Bytes
Binary file not shown.

charts/v1.29.4/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ spec:
197197
volumeMounts:
198198
- mountPath: /csi
199199
name: socket-dir
200+
- mountPath: /root/.azcopy
201+
name: azcopy-dir
200202
- mountPath: /etc/kubernetes/
201203
name: azure-cred
202204
{{- if eq .Values.linux.distro "fedora" }}
@@ -211,6 +213,8 @@ spec:
211213
volumes:
212214
- name: socket-dir
213215
emptyDir: {}
216+
- name: azcopy-dir
217+
emptyDir: {}
214218
- name: azure-cred
215219
hostPath:
216220
path: /etc/kubernetes/
18 Bytes
Binary file not shown.

charts/v1.29.5/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ spec:
224224
volumeMounts:
225225
- mountPath: /csi
226226
name: socket-dir
227+
- mountPath: /root/.azcopy
228+
name: azcopy-dir
227229
- mountPath: /etc/kubernetes/
228230
name: azure-cred
229231
{{- if eq .Values.linux.distro "fedora" }}
@@ -242,6 +244,8 @@ spec:
242244
volumes:
243245
- name: socket-dir
244246
emptyDir: {}
247+
- name: azcopy-dir
248+
emptyDir: {}
245249
- name: azure-cred
246250
hostPath:
247251
path: /etc/kubernetes/
20 Bytes
Binary file not shown.

charts/v1.30.0/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ spec:
208208
volumeMounts:
209209
- mountPath: /csi
210210
name: socket-dir
211+
- mountPath: /root/.azcopy
212+
name: azcopy-dir
211213
- mountPath: /etc/kubernetes/
212214
name: azure-cred
213215
{{- if eq .Values.linux.distro "fedora" }}
@@ -222,6 +224,8 @@ spec:
222224
volumes:
223225
- name: socket-dir
224226
emptyDir: {}
227+
- name: azcopy-dir
228+
emptyDir: {}
225229
- name: azure-cred
226230
hostPath:
227231
path: /etc/kubernetes/
17 Bytes
Binary file not shown.

charts/v1.30.1/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ spec:
208208
volumeMounts:
209209
- mountPath: /csi
210210
name: socket-dir
211+
- mountPath: /root/.azcopy
212+
name: azcopy-dir
211213
- mountPath: /etc/kubernetes/
212214
name: azure-cred
213215
{{- if eq .Values.linux.distro "fedora" }}
@@ -222,6 +224,8 @@ spec:
222224
volumes:
223225
- name: socket-dir
224226
emptyDir: {}
227+
- name: azcopy-dir
228+
emptyDir: {}
225229
- name: azure-cred
226230
hostPath:
227231
path: /etc/kubernetes/

deploy/v1.28.10/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ spec:
165165
volumeMounts:
166166
- mountPath: /csi
167167
name: socket-dir
168+
- mountPath: /root/.azcopy
169+
name: azcopy-dir
168170
- mountPath: /etc/kubernetes/
169171
name: azure-cred
170172
resources:
@@ -176,6 +178,8 @@ spec:
176178
volumes:
177179
- name: socket-dir
178180
emptyDir: {}
181+
- name: azcopy-dir
182+
emptyDir: {}
179183
- name: azure-cred
180184
hostPath:
181185
path: /etc/kubernetes/

deploy/v1.28.6/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ spec:
167167
volumeMounts:
168168
- mountPath: /csi
169169
name: socket-dir
170+
- mountPath: /root/.azcopy
171+
name: azcopy-dir
170172
- mountPath: /etc/kubernetes/
171173
name: azure-cred
172174
resources:
@@ -178,6 +180,8 @@ spec:
178180
volumes:
179181
- name: socket-dir
180182
emptyDir: {}
183+
- name: azcopy-dir
184+
emptyDir: {}
181185
- name: azure-cred
182186
hostPath:
183187
path: /etc/kubernetes/

deploy/v1.28.7/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ spec:
167167
volumeMounts:
168168
- mountPath: /csi
169169
name: socket-dir
170+
- mountPath: /root/.azcopy
171+
name: azcopy-dir
170172
- mountPath: /etc/kubernetes/
171173
name: azure-cred
172174
resources:
@@ -178,6 +180,8 @@ spec:
178180
volumes:
179181
- name: socket-dir
180182
emptyDir: {}
183+
- name: azcopy-dir
184+
emptyDir: {}
181185
- name: azure-cred
182186
hostPath:
183187
path: /etc/kubernetes/

deploy/v1.28.9/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ spec:
167167
volumeMounts:
168168
- mountPath: /csi
169169
name: socket-dir
170+
- mountPath: /root/.azcopy
171+
name: azcopy-dir
170172
- mountPath: /etc/kubernetes/
171173
name: azure-cred
172174
resources:
@@ -178,6 +180,8 @@ spec:
178180
volumes:
179181
- name: socket-dir
180182
emptyDir: {}
183+
- name: azcopy-dir
184+
emptyDir: {}
181185
- name: azure-cred
182186
hostPath:
183187
path: /etc/kubernetes/

deploy/v1.29.1/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ spec:
168168
volumeMounts:
169169
- mountPath: /csi
170170
name: socket-dir
171+
- mountPath: /root/.azcopy
172+
name: azcopy-dir
171173
- mountPath: /etc/kubernetes/
172174
name: azure-cred
173175
resources:
@@ -179,6 +181,8 @@ spec:
179181
volumes:
180182
- name: socket-dir
181183
emptyDir: {}
184+
- name: azcopy-dir
185+
emptyDir: {}
182186
- name: azure-cred
183187
hostPath:
184188
path: /etc/kubernetes/

deploy/v1.29.2/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ spec:
166166
volumeMounts:
167167
- mountPath: /csi
168168
name: socket-dir
169+
- mountPath: /root/.azcopy
170+
name: azcopy-dir
169171
- mountPath: /etc/kubernetes/
170172
name: azure-cred
171173
resources:
@@ -177,6 +179,8 @@ spec:
177179
volumes:
178180
- name: socket-dir
179181
emptyDir: {}
182+
- name: azcopy-dir
183+
emptyDir: {}
180184
- name: azure-cred
181185
hostPath:
182186
path: /etc/kubernetes/

deploy/v1.29.4/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ spec:
146146
volumeMounts:
147147
- mountPath: /csi
148148
name: socket-dir
149+
- mountPath: /root/.azcopy
150+
name: azcopy-dir
149151
- mountPath: /etc/kubernetes/
150152
name: azure-cred
151153
resources:
@@ -157,6 +159,8 @@ spec:
157159
volumes:
158160
- name: socket-dir
159161
emptyDir: {}
162+
- name: azcopy-dir
163+
emptyDir: {}
160164
- name: azure-cred
161165
hostPath:
162166
path: /etc/kubernetes/

deploy/v1.29.5/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ spec:
160160
volumeMounts:
161161
- mountPath: /csi
162162
name: socket-dir
163+
- mountPath: /root/.azcopy
164+
name: azcopy-dir
163165
- mountPath: /etc/kubernetes/
164166
name: azure-cred
165167
resources:
@@ -175,6 +177,8 @@ spec:
175177
volumes:
176178
- name: socket-dir
177179
emptyDir: {}
180+
- name: azcopy-dir
181+
emptyDir: {}
178182
- name: azure-cred
179183
hostPath:
180184
path: /etc/kubernetes/

deploy/v1.30.0/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ spec:
144144
volumeMounts:
145145
- mountPath: /csi
146146
name: socket-dir
147+
- mountPath: /root/.azcopy
148+
name: azcopy-dir
147149
- mountPath: /etc/kubernetes/
148150
name: azure-cred
149151
resources:
@@ -155,6 +157,8 @@ spec:
155157
volumes:
156158
- name: socket-dir
157159
emptyDir: {}
160+
- name: azcopy-dir
161+
emptyDir: {}
158162
- name: azure-cred
159163
hostPath:
160164
path: /etc/kubernetes/

deploy/v1.30.1/csi-azurefile-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ spec:
144144
volumeMounts:
145145
- mountPath: /csi
146146
name: socket-dir
147+
- mountPath: /root/.azcopy
148+
name: azcopy-dir
147149
- mountPath: /etc/kubernetes/
148150
name: azure-cred
149151
resources:
@@ -155,6 +157,8 @@ spec:
155157
volumes:
156158
- name: socket-dir
157159
emptyDir: {}
160+
- name: azcopy-dir
161+
emptyDir: {}
158162
- name: azure-cred
159163
hostPath:
160164
path: /etc/kubernetes/

0 commit comments

Comments
 (0)