Fixes KUBE_MASTER_IP in contributors/devel/e2e-tests.md.
KUBE_MASTER_IP must not contain prefix "http://".
This commit is contained in:
parent
712dd6e91b
commit
bbfa999547
|
@ -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