Skip to content

Commit c4cb4df

Browse files
authored
Update README.md
1 parent 6875f32 commit c4cb4df

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
@@ -42,7 +42,7 @@ This option does not depend on cloud provider config file, supports cross subscr
4242
>
4343
> Execute following command to install a specific version of blobfuse v2 once driver is running on the agent node:
4444
> ```console
45-
> 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.1.2"}],"name":"install-blobfuse-proxy"}]}}}}'
45+
> 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.2.0"}],"name":"install-blobfuse-proxy"}]}}}}'
4646
> ```
4747
>
4848
> Execute following command to install a specific version of blobfuse v1 once driver is running on the agent node:

0 commit comments

Comments
 (0)