Skip to content

Commit e5e305b

Browse files
authored
Update README.md
1 parent 9554446 commit e5e305b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ 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+
> Note: this only works on Ubuntu 18.04 node now
42+
>
4143
> To install specific blobfuse v1 version, run following command directly after driver is running on the agent node:
4244
> ```console
4345
> 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"}]}}}}'

0 commit comments

Comments
 (0)