Skip to content

Commit

Permalink
Merge pull request #62 from arm64b/fix-mismatch-codes-README
Browse files Browse the repository at this point in the history
Fix mismatch between the codes and README.md
  • Loading branch information
lpabon committed Mar 28, 2018
2 parents 36cae78 + 0637eb7 commit 4d23391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is an example external provisioner for Kubernetes which provisions using CS
# Build

```bash
make provisioner
make csi-provisioner
```

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

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

### Start external provisioner

```bash
_output/csi-provisioner -kubeconfig /var/run/kubernetes/admin.kubeconfig -alsologtostderr -provisioner csi-flex
bin/csi-provisioner -kubeconfig /var/run/kubernetes/admin.kubeconfig -alsologtostderr -provisioner csi-flex
```

### Create Storage class, PVC, and Pod
Expand Down

0 comments on commit 4d23391

Please sign in to comment.