diff options
| author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | 2018-08-16 17:26:09 +0000 |
|---|---|---|
| committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | 2018-08-16 17:26:09 +0000 |
| commit | 96f06e72020203cda4feb70dd5776b30a6e029f1 (patch) | |
| tree | 9efff9b2f0219c2d724d907d4dd7578d4d1d733c | |
| parent | 69583c388b2609aa1b74db3be21aa8da697c4a65 (diff) | |
Remove unnecessary discription of provider "local"
As detect-master method[1] of the provider "local", the variables
of KUBE_MASTER and KUBE_MASTER_IP are hardcoded. Then it is not
necessary to specify them on user side. In addition, the original
description shows KUBE_MASTER=local, but that is completely wrong
that should be localhost as the code[1].
This patch removes this unnecessary discription.
[1]: https://github.com/kubernetes/kubernetes/blob/2bdae8f3d047f1042822f4ab1aff1bf5a6c8b6bf/cluster/local/util.sh#L21
| -rw-r--r-- | contributors/devel/e2e-tests.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index aa326a6c..c292dba1 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -424,8 +424,6 @@ Then point the tests at a custom host directly: ```sh export KUBECONFIG=/path/to/kubeconfig -export KUBE_MASTER_IP="127.0.0.1:<PORT>" -export KUBE_MASTER=local go run hack/e2e.go -- --provider=local --test ``` |
