Merge pull request #509 from yguo0905/fix-e2e-tests-doc
Fixes KUBE_MASTER_IP in contributors/devel/e2e-tests.md.
This commit is contained in:
commit
4aa88115d1
|
@ -416,7 +416,7 @@ at a custom host directly:
|
|||
|
||||
```sh
|
||||
export KUBECONFIG=/path/to/kubeconfig
|
||||
export KUBE_MASTER_IP="http://127.0.0.1:<PORT>"
|
||||
export KUBE_MASTER_IP="127.0.0.1:<PORT>"
|
||||
export KUBE_MASTER=local
|
||||
go run hack/e2e.go -- -v --test
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue