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:
Kubernetes Prow Robot 2022-04-13 23:40:47 -07:00 committed by GitHub
commit 700097c7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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