Skip to content

Commit

Permalink
feat: add chart parameter for install-blobfuse-proxy ability to disab…
Browse files Browse the repository at this point in the history
…le setReadAheadSize
  • Loading branch information
mweibel committed Nov 28, 2024
1 parent 5885496 commit d5110df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file modified charts/latest/blob-csi-driver-v0.0.0.tgz
Binary file not shown.
2 changes: 2 additions & 0 deletions charts/latest/blob-csi-driver/templates/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ spec:
value: "{{ .Values.linux.kubelet }}"
- name: MIGRATE_K8S_REPO
value: "{{ .Values.node.blobfuseProxy.migrateK8sRepo }}"
- name: SET_READ_AHEAD_SIZE
value: "{{ .Values.node.blobfuseProxy.setReadAheadSize }}"
volumeMounts:
- name: host-usr
mountPath: /host/usr
Expand Down
1 change: 1 addition & 0 deletions charts/latest/blob-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ node:
maxOpenFileNum: "9000000"
disableUpdateDB: true
migrateK8sRepo: false
setReadAheadSize: true
blobfuseCachePath: /mnt
appendTimeStampInCacheDir: false
mountPermissions: 0777
Expand Down

0 comments on commit d5110df

Please sign in to comment.