Skip to content

Commit 475af8a

Browse files
authored
doc: enable hostprocess install on v1.17.0
1 parent 051635c commit 475af8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install-csi-driver-v1.17.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ If you have already installed Helm, you can also use it to install this driver.
44
### Install by kubectl
55
- Option#1. remote install
66
```console
7-
curl -skSL https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/v1.17.0/deploy/install-driver.sh | bash -s v1.17.0 --
7+
curl -skSL https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/v1.17.0/deploy/install-driver.sh | bash -s v1.17.0 hostprocess --
88
```
99

1010
- Option#2. local install
1111
```console
1212
git clone https://github.com/kubernetes-csi/csi-driver-smb.git
1313
cd csi-driver-smb
1414
git checkout v1.17.0
15-
./deploy/install-driver.sh v1.17.0 local
15+
./deploy/install-driver.sh v1.17.0 local,hostprocess
1616
```
1717

1818
- check pods status:

0 commit comments

Comments
 (0)