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 @@ -165,7 +165,7 @@ spec:
165
165
name : azcopy-dir
166
166
- mountPath : /etc/kubernetes/
167
167
name : azure-cred
168
- {{- if eq .Values.cloud "AzureStackCloud" }}
168
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values.linux.distro "fedora") }}
169
169
- name : ssl
170
170
mountPath : /etc/ssl/certs
171
171
readOnly : true
@@ -216,7 +216,7 @@ spec:
216
216
hostPath :
217
217
path : /etc/kubernetes/
218
218
type : DirectoryOrCreate
219
- {{- if eq .Values.cloud "AzureStackCloud" }}
219
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values.linux.distro "fedora") }}
220
220
- name : ssl
221
221
hostPath :
222
222
path : /etc/ssl/certs
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ spec:
102
102
value : " {{ .Values.node.blobfuseProxy.disableUpdateDB }}"
103
103
- name : MIGRATE_K8S_REPO
104
104
value : " {{ .Values.node.blobfuseProxy.migrateK8sRepo }}"
105
+ - name : SET_READ_AHEAD_SIZE
106
+ value : " {{ .Values.node.blobfuseProxy.setReadAheadSize }}"
105
107
volumeMounts :
106
108
- name : host-usr
107
109
mountPath : /host/usr
@@ -233,12 +235,12 @@ spec:
233
235
name : azure-cred
234
236
- mountPath : /mnt
235
237
name : blob-cache
236
- {{- if eq .Values.cloud "AzureStackCloud" }}
238
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values.linux.distro "fedora") }}
237
239
- name : ssl
238
240
mountPath : /etc/ssl/certs
239
241
readOnly : true
240
242
{{- end }}
241
- {{- if eq .Values.linux.distro "fedora" }}
243
+ {{- if and ( eq .Values.cloud "AzureStackCloud") (ne .Values. linux.distro "fedora") }}
242
244
- name : ssl
243
245
mountPath : /etc/ssl/certs
244
246
readOnly : true
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ node:
127
127
maxOpenFileNum : " 9000000"
128
128
disableUpdateDB : true
129
129
migrateK8sRepo : false
130
+ setReadAheadSize : true
130
131
blobfuseCachePath : /mnt
131
132
appendTimeStampInCacheDir : false
132
133
mountPermissions : 0777
You can’t perform that action at this time.
0 commit comments