Skip to content

Commit cb5e562

Browse files
authored
Update install-csi-driver-master.md
1 parent 7b2dee7 commit cb5e562

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

docs/install-csi-driver-master.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Install Azure Blob Storage CSI driver master version on a kubernetes cluster
2-
> `blobfuse-proxy` parameter is only available for debian based agent nodes, remove it if it's not applicable for your cluster.
2+
> `blobfuse-proxy` is only available for debian based agent nodes, remove `blobfuse-proxy` parameter in installation steps if it's not applicable.
33
>
4-
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).
4+
If you have already installed Helm, you can also use it to install this driver. Please check [Installation with Helm](../charts/README.md).
55

66
## Install with kubectl
7-
- remote install
7+
- Option#1. remote install
88
```console
99
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/install-driver.sh | bash -s master blobfuse-proxy --
1010
```
1111

12-
- local install
12+
- Option#2. local install
1313
```console
1414
git clone https://github.com/kubernetes-sigs/blob-csi-driver.git
1515
cd blob-csi-driver
@@ -32,7 +32,16 @@ csi-blob-node-cvgbs 3/3 Running 0 35s
3232
csi-blob-node-dr4s4 3/3 Running 0 35s 10.240.0.4 k8s-agentpool-22533604-0
3333
```
3434

35-
- clean up Azure Blob Storage CSI driver
35+
### clean up Blob CSI driver
36+
- Option#1. remote uninstall
3637
```console
3738
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/uninstall-driver.sh | bash -s master blobfuse-proxy --
3839
```
40+
41+
- Option#2. local uninstall
42+
```console
43+
git clone https://github.com/kubernetes-sigs/blob-csi-driver.git
44+
cd blob-csi-driver
45+
git checkout master
46+
./deploy/install-driver.sh master local
47+
```

0 commit comments

Comments
 (0)