Skip to content

fix readme: make failed error #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following examples assume that the CSI hostpath driver has been deployed and
If you want to build the driver yourself, you can do so with the following command from the root directory:

```shell
make hostpath
make
```

## Community, discussion, contribution, and support
Expand Down
4 changes: 2 additions & 2 deletions pkg/hostpath/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

### Build hostpathplugin
```
$ make hostpath
$ make
```

### Start Hostpath driver
```
$ sudo ./_output/hostpathplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode -v=5
$ sudo ./bin/hostpathplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode -v=5
```

### Test using csc
Expand Down