Skip to content

Commit 988a0f9

Browse files
authored
Update README.md
1 parent 037e0f9 commit 988a0f9

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
@@ -38,7 +38,7 @@ Please refer to `blob.csi.azure.com` [driver parameters](./docs/driver-parameter
3838
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).
3939

4040
### Install driver on a Kubernetes cluster
41-
> To install latest blobfuse v1 & v2 versions, run following command directly after driver is running:
41+
> To install latest blobfuse v1 & v2 versions, run following command directly after driver is running on the agent node:
4242
> ```console
4343
> 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"}]}}}}'
4444
> ```

0 commit comments

Comments
 (0)