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 @@ -10,19 +10,19 @@ This guide shows how to install a blobfuse proxy on all agent nodes and the prox
10
10
- helm install
11
11
``` console
12
12
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
13
- helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.7 .0 --set node.enableBlobfuseProxy=true
13
+ helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.8 .0 --set node.enableBlobfuseProxy=true
14
14
```
15
15
16
16
- kubectl install
17
17
``` console
18
- curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.7.0/deploy/install-driver.sh | bash -s v1.7 .0 blobfuse-proxy --
18
+ curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.7.0/deploy/install-driver.sh | bash -s v1.8 .0 blobfuse-proxy --
19
19
```
20
20
21
21
### Enable blobfuse proxy on existing Blob CSI driver
22
22
- install blobfuse proxy daemonset
23
23
> following config only works on debian based agent node
24
24
``` console
25
- kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/v1.7 .0/blobfuse-proxy.yaml
25
+ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/v1.8 .0/blobfuse-proxy.yaml
26
26
```
27
27
- set ` enable-blobfuse-proxy=true ` in existing ` csi-blob-node ` daemonset manually (default is ` false ` )
28
28
``` console
You can’t perform that action at this time.
0 commit comments