Skip to content

Commit 4d23391

Browse files
authored
Merge pull request #62 from arm64b/fix-mismatch-codes-README
Fix mismatch between the codes and README.md
2 parents 36cae78 + 0637eb7 commit 4d23391

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is an example external provisioner for Kubernetes which provisions using CS
77
# Build
88

99
```bash
10-
make provisioner
10+
make csi-provisioner
1111
```
1212

1313
# Test
@@ -23,13 +23,13 @@ Run a local kubernetes cluster built from latest master code
2323
Go to drivers and run:
2424

2525
```bash
26-
_output/hostpathplugin --drivername mydriver --endpoint unix://tmp/csi.sock --nodeid foobar -v=5
26+
bin/hostpathplugin --drivername mydriver --endpoint unix://tmp/csi.sock --nodeid foobar -v=5
2727
```
2828

2929
### Start external provisioner
3030

3131
```bash
32-
_output/csi-provisioner -kubeconfig /var/run/kubernetes/admin.kubeconfig -alsologtostderr -provisioner csi-flex
32+
bin/csi-provisioner -kubeconfig /var/run/kubernetes/admin.kubeconfig -alsologtostderr -provisioner csi-flex
3333
```
3434

3535
### Create Storage class, PVC, and Pod

0 commit comments

Comments
 (0)