Merge pull request #315 from CarlJi/doc_fix
doc: align the endpoint with environment variable used below to avoid confusing
This commit is contained in:
commit
700097c7e6
|
|
@ -37,7 +37,7 @@ $ make build
|
||||||
#### Start CSI driver locally
|
#### Start CSI driver locally
|
||||||
```console
|
```console
|
||||||
$ cd $GOPATH/src/github.com/kubernetes-csi/csi-driver-nfs
|
$ 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
|
#### 0. Set environment variables
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue