Skip to content

Commit 8e3e3e6

Browse files
committed
doc: fix outdated doc
1 parent a8842dc commit 8e3e3e6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

deploy/blobfuse-proxy/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Blobfuse Proxy
2-
- supported CSI driver version: v1.6.0+
32

43
By default, restart csi-blobfuse-node daemonset would make current blobfuse mounts unavailable. When fuse nodeserver restarts on the node, the fuse daemon also restarts, this results in breaking all connections FUSE daemon is maintaining. You could find more details here: [No easy way how to update CSI driver that uses fuse](https://github.com/kubernetes/kubernetes/issues/70013).
54

@@ -9,20 +8,16 @@ This guide shows how to install a blobfuse proxy on all agent nodes and the prox
98
- helm install
109
```console
1110
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
12-
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.23.1 --set node.enableBlobfuseProxy=true
11+
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.26.6 --set node.enableBlobfuseProxy=true
1312
```
1413

1514
- kubectl install
1615
```console
17-
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.23.1/deploy/install-driver.sh | bash -s v1.23.1 blobfuse-proxy --
16+
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.26.6/deploy/install-driver.sh | bash -s v1.26.6 blobfuse-proxy --
1817
```
1918

2019
### Enable blobfuse proxy on existing Blob CSI driver
21-
- install blobfuse proxy daemonset
2220
> blobfuse proxy is supported on CoreOS(OpenShift) from v1.23.2
23-
```console
24-
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/v1.23.1/blobfuse-proxy.yaml
25-
```
2621
- set `enable-blobfuse-proxy=true` in existing `csi-blob-node` daemonset manually (default is `false`)
2722
```console
2823
kubectl edit ds csi-blob-node -n kube-system

0 commit comments

Comments
 (0)