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:
Lantao Liu 2017-04-04 16:41:08 -07:00 committed by GitHub
commit 4aa88115d1
1 changed files with 1 additions and 1 deletions

View File

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