diff --git a/README.md b/README.md index a55d42055..7393e9455 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,16 @@ This option does not depend on cloud provider config file, supports cross subscr ### Install driver on a Kubernetes cluster > Note: this feature is only available in v1.19.5, v1.21.1 and later versions. > -> To install specific blobfuse v1 version, run following command directly after driver is running on the agent node: +> Execute following command to install a specific version of blobfuse v2 once driver is running on the agent node: > ```console -> 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"}]}}}}' +> 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"}]}}}}' > ``` > -> To install specific blobfuse v2 version, run following command directly after driver is running on the agent node: +> Execute following command to install a specific version of blobfuse v1 once driver is running on the agent node: > ```console -> 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"}]}}}}' +> 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"}]}}}}' > ``` -> + - install by [helm charts](./charts) - install by [kubectl](./docs/install-blob-csi-driver.md) - install open source CSI driver on following platforms: