Skip to content

Commit b91e85d

Browse files
authored
Update README.md
1 parent 585d13c commit b91e85d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/blobfuse-proxy/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# blobfuse-proxy
22
- supported CSI driver version: v1.1.0 or later version
3+
- only available on debian based OS
34

45
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).
56

@@ -12,7 +13,7 @@ This page shows how to run a blobfuse proxy on all agent nodes and this proxy mo
1213
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/blobfuse-proxy/blobfuse-proxy.yaml
1314
```
1415

15-
### Step#2. Install Blob CSI driver with `node.enableBlobfuseProxy=true` setting
16+
### Step#2. Install Blob CSI driver with `node.enableBlobfuseProxy=true` helm chart setting
1617
```console
1718
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
1819
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.4.0 --set node.enableBlobfuseProxy=true

0 commit comments

Comments
 (0)