diff options
| author | Yang Guo <ygg@google.com> | 2017-04-04 15:45:48 -0700 |
|---|---|---|
| committer | Yang Guo <ygg@google.com> | 2017-04-04 15:45:48 -0700 |
| commit | bbfa9995474c7c5719d0b9f9b5436bf2a711a2da (patch) | |
| tree | 8251b5d2d4dad5c10c1e6331ba162cf52241554d | |
| parent | 712dd6e91bb250f84ad8773a6154ffa5e996a713 (diff) | |
Fixes KUBE_MASTER_IP in contributors/devel/e2e-tests.md.
KUBE_MASTER_IP must not contain prefix "http://".
| -rw-r--r-- | contributors/devel/e2e-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index c76159de..1dbf7c0a 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -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 ``` |
