We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c08f7e commit e048007Copy full SHA for e048007
README.md
@@ -43,7 +43,7 @@ This option does not depend on cloud provider config file, supports cross subscr
43
>
44
> Execute following command to install a specific version of blobfuse v2 once driver is running on the agent node:
45
> ```console
46
-> 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"}]}}}}'
+> 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.1"}],"name":"install-blobfuse-proxy"}]}}}}'
47
> ```
48
49
> Execute following command to install a specific version of blobfuse v1 once driver is running on the agent node:
0 commit comments