Skip to content

Commit 6bce3d1

Browse files
authored
Update README.md
1 parent fdbbeac commit 6bce3d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/blobfuse-proxy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ This guide shows how to install a blobfuse proxy on all agent nodes and the prox
1010
- helm install
1111
```console
1212
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
1414
```
1515

1616
- kubectl install
1717
```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 --
1919
```
2020

2121
### Enable blobfuse proxy on existing Blob CSI driver
2222
- install blobfuse proxy daemonset
2323
> following config only works on debian based agent node
2424
```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
2626
```
2727
- set `enable-blobfuse-proxy=true` in existing `csi-blob-node` daemonset manually (default is `false`)
2828
```console

0 commit comments

Comments
 (0)