Skip to content

Commit 037e0f9

Browse files
authored
Update README.md
1 parent 4ef7151 commit 037e0f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ Please refer to `blob.csi.azure.com` [driver parameters](./docs/driver-parameter
3838
This option does not depend on cloud provider config file, supports cross subscription and on-premise cluster scenario. Refer to [detailed steps](./deploy/example/e2e_usage.md#option2-bring-your-own-storage-account).
3939

4040
### Install driver on a Kubernetes cluster
41+
> To install latest blobfuse v1 & v2 versions, run following command directly after driver is running:
42+
> ```console
43+
> kubectl patch daemonset csi-blob-node -n kube-system -p '{"spec":{"template":{"spec":{"initContainers":[{"env":[{"name":"INSTALL_BLOBFUSE","value":"true"},{"name":"BLOBFUSE_VERSION","value":"1.4.5"}],"name":"install-blobfuse-proxy"}]}}}}'
44+
> ```
45+
>
4146
- install by [helm charts](./charts)
4247
- install by [kubectl](./docs/install-blob-csi-driver.md)
4348
- install open source csi driver on AKS, follow guide [here](./docs/install-driver-on-aks.md)

0 commit comments

Comments
 (0)