File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
## install latest version
20
20
``` console
21
21
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
22
- helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system
22
+ helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true -- namespace kube-system
23
23
```
24
24
25
25
### install a specific version
26
26
``` console
27
27
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
28
- helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.6.0
28
+ helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true -- namespace kube-system --version v1.6.0
29
29
```
30
30
31
31
## install on Azure Stack
32
32
``` console
33
- helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --set cloud=AzureStackCloud
33
+ helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true -- namespace kube-system --set cloud=AzureStackCloud
34
34
```
35
35
36
36
### install on RedHat/CentOS
You can’t perform that action at this time.
0 commit comments