doc: align the endpoint with environment variable used below to avoid confusing
This commit is contained in:
parent
2a27175b55
commit
da5d6be4fe
@ -37,7 +37,7 @@ $ make build
|
||||
#### Start CSI driver locally
|
||||
```console
|
||||
$ cd $GOPATH/src/github.com/kubernetes-csi/csi-driver-nfs
|
||||
$ ./_output/nfsplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode -v=5 &
|
||||
$ ./bin/nfsplugin --endpoint unix:///tmp/csi.sock --nodeid CSINode -v=5 &
|
||||
```
|
||||
|
||||
#### 0. Set environment variables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user