Skip to content

Commit 533af87

Browse files
committed
doc: update blobfuse v1 & v2 install doc
1 parent 191c398 commit 533af87

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,15 @@ 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 on the agent node:
41+
> To install specific blobfuse v1 version, run following command directly after driver is running on the agent node:
4242
> ```console
4343
> 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"}]}}}}'
4444
> ```
45+
>
46+
> To install specific blobfuse v2 version, run following command directly after driver is running on the agent node:
47+
> ```console
48+
> kubectl patch daemonset csi-blob-node -n kube-system -p '{"spec":{"template":{"spec":{"initContainers":[{"env":[{"name":"INSTALL_BLOBFUSE2","value":"true"},{"name":"BLOBFUSE2_VERSION","value":"2.0.2"}],"name":"install-blobfuse-proxy"}]}}}}'
49+
> ```
4550
>
4651
- install by [helm charts](./charts)
4752
- install by [kubectl](./docs/install-blob-csi-driver.md)

0 commit comments

Comments
 (0)