Skip to content

Commit 0fd518b

Browse files
authored
Update install-csi-driver-master.md
1 parent f7f4254 commit 0fd518b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/install-csi-driver-master.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Install Azure Blob Storage CSI driver master version on a kubernetes cluster
2-
2+
> `blobfuse-proxy` parameter is only available for debian based agent nodes, remove it if it's not applicable for your cluster.
3+
>
34
If you have already installed Helm, you can also use it to install Azure Blob Storage CSI driver. Please see [Installation with Helm](../charts/README.md).
45

56
## Install with kubectl
67
- remote install
78
```console
8-
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/install-driver.sh | bash -s master --
9+
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/install-driver.sh | bash -s master blobfuse-proxy --
910
```
1011

1112
- local install
1213
```console
1314
git clone https://github.com/kubernetes-sigs/blob-csi-driver.git
1415
cd blob-csi-driver
15-
./deploy/install-driver.sh master local
16+
./deploy/install-driver.sh master local,blobfuse-proxy
1617
```
1718

1819
- check pods status:
@@ -33,5 +34,5 @@ csi-blob-node-dr4s4 3/3 Running 0 35s
3334

3435
- clean up Azure Blob Storage CSI driver
3536
```console
36-
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/uninstall-driver.sh | bash -s master --
37+
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/uninstall-driver.sh | bash -s master blobfuse-proxy --
3738
```

0 commit comments

Comments
 (0)