Skip to content

Commit d7ba41e

Browse files
authored
Update README.md
1 parent 36c75e0 commit d7ba41e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,14 @@ Please refer to `blob.csi.azure.com` [driver parameters](./docs/driver-parameter
3939
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).
4040

4141
### Install driver on a Kubernetes cluster
42-
> Note: this feature is only available in v1.19.5, v1.21.1 and later versions.
43-
>
4442
> Execute following command to install a specific version of blobfuse v2 once driver is running on the agent node:
4543
> ```console
4644
> 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.4.1"}],"name":"install-blobfuse-proxy"}]}}}}'
4745
> ```
4846
>
49-
> Execute following command to install a specific version of blobfuse v1 once driver is running on the agent node:
47+
> If you want to install a lower version of blobfuse2 than the current version, you can add ` --allow-downgrades` to the `BLOBFUSE2_VERSION` value, e.g.
5048
> ```console
51-
> 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"}]}}}}'
49+
> 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.3.0 --allow-downgrades"}],"name":"install-blobfuse-proxy"}]}}}}'
5250
> ```
5351
5452
- install by [helm charts](./charts)

0 commit comments

Comments
 (0)