Skip to content

Commit 00ee82d

Browse files
authored
Update README.md
1 parent 844a126 commit 00ee82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This option does not depend on cloud provider config file, supports cross subscr
4141
### Install driver on a Kubernetes cluster
4242
> Execute following command to install a specific version of blobfuse v2 once driver is running on the agent node:
4343
> ```console
44-
> 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"}]}}}}'
44+
> 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.2"}],"name":"install-blobfuse-proxy"}]}}}}'
4545
> ```
4646
>
4747
> 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.

0 commit comments

Comments
 (0)