From bbfa9995474c7c5719d0b9f9b5436bf2a711a2da Mon Sep 17 00:00:00 2001 From: Yang Guo Date: Tue, 4 Apr 2017 15:45:48 -0700 Subject: Fixes KUBE_MASTER_IP in contributors/devel/e2e-tests.md. KUBE_MASTER_IP must not contain prefix "http://". --- contributors/devel/e2e-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:" +export KUBE_MASTER_IP="127.0.0.1:" export KUBE_MASTER=local go run hack/e2e.go -- -v --test ``` -- cgit v1.2.3