File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ The following table lists the configurable parameters of the latest Azure Blob S
83
83
| ` node.metricsPort ` | metrics port of csi-blob-node | 29635 |
84
84
| ` node.logLevel ` | node driver log level | ` 5 ` |
85
85
| ` node.enableBlobfuseProxy ` | node enable blobfuse-proxy | false |
86
+ | ` node.blobfuseCachePath ` | blobfuse cache path(` tmp-path ` ) | ` /mnt ` |
86
87
| ` node.resources.livenessProbe.limits.cpu ` | liveness-probe cpu limits | 100m |
87
88
| ` node.resources.livenessProbe.limits.memory ` | liveness-probe memory limits | 100Mi |
88
89
| ` node.resources.livenessProbe.requests.cpu ` | liveness-probe cpu requests limits | 10m |
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ spec:
171
171
path : /var/lib/waagent/ManagedIdentity-Settings
172
172
name : msi
173
173
- hostPath :
174
- path : {{ .Values.kubelet.BlobCachePath }}
174
+ path : {{ .Values.node.blobfuseCachePath }}
175
175
name : blob-cache
176
176
{{- if eq .Values.cloud "AzureStackCloud" }}
177
177
- name : ssl
Original file line number Diff line number Diff line change 73
73
metricsPort : 29635
74
74
logLevel : 5
75
75
enableBlobfuseProxy : false
76
+ blobfuseCachePath : /mnt
76
77
resources :
77
78
livenessProbe :
78
79
limits :
@@ -102,7 +103,6 @@ node:
102
103
healthPort : 29633
103
104
kubelet :
104
105
linuxPath : /var/lib/kubelet
105
- BlobCachePath : /mnt
106
106
107
107
cloud : AzurePublicCloud
108
108
You can’t perform that action at this time.
0 commit comments