File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ spec:
178
178
name : azcopy-dir
179
179
- mountPath : /etc/kubernetes/
180
180
name : azure-cred
181
- {{- if eq .Values.cloud "AzureStackCloud" }}
181
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values.linux.distro "fedora") }}
182
182
- name : ssl
183
183
mountPath : /etc/ssl/certs
184
184
readOnly : true
@@ -229,7 +229,7 @@ spec:
229
229
hostPath :
230
230
path : /etc/kubernetes/
231
231
type : DirectoryOrCreate
232
- {{- if eq .Values.cloud "AzureStackCloud" }}
232
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values.linux.distro "fedora") }}
233
233
- name : ssl
234
234
hostPath :
235
235
path : /etc/ssl/certs
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ spec:
104
104
value : " {{ .Values.linux.kubelet }}"
105
105
- name : MIGRATE_K8S_REPO
106
106
value : " {{ .Values.node.blobfuseProxy.migrateK8sRepo }}"
107
+ - name : SET_READ_AHEAD_SIZE
108
+ value : " {{ .Values.node.blobfuseProxy.setReadAheadSize }}"
107
109
volumeMounts :
108
110
- name : host-usr
109
111
mountPath : /host/usr
@@ -236,12 +238,12 @@ spec:
236
238
name : azure-cred
237
239
- mountPath : /mnt
238
240
name : blob-cache
239
- {{- if eq .Values.cloud "AzureStackCloud" }}
241
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values.linux.distro "fedora") }}
240
242
- name : ssl
241
243
mountPath : /etc/ssl/certs
242
244
readOnly : true
243
245
{{- end }}
244
- {{- if eq .Values.linux.distro "fedora" }}
246
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values. linux.distro "fedora") }}
245
247
- name : ssl
246
248
mountPath : /etc/ssl/certs
247
249
readOnly : true
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ node:
128
128
maxOpenFileNum : " 9000000"
129
129
disableUpdateDB : true
130
130
migrateK8sRepo : false
131
+ setReadAheadSize : true
131
132
blobfuseCachePath : /mnt
132
133
appendTimeStampInCacheDir : false
133
134
mountPermissions : 0777
You can’t perform that action at this time.
0 commit comments