diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index c76159de5..1dbf7c0af 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 ```