Align kubeconfig resolution with the rest of documentation

It seems that this part has a missing documentation. Here is the reference of `kubectl` configuration. 
https://kubernetes.io/docs/user-guide/kubectl/kubectl_config/
This commit is contained in:
Cemalettin Koc 2017-01-18 19:32:34 +02:00 committed by Andrew Chen
parent 0fd32489a8
commit f99d34ff1a
1 changed files with 1 additions and 2 deletions

View File

@ -105,8 +105,7 @@ and/or run `kubectl config -h`.
1. `--kubeconfig=/path/to/.kube/config` command line flag
2. `KUBECONFIG=/path/to/.kube/config` env variable
3. `$PWD/.kube/config`
4. `$HOME/.kube/config`
3. `$HOME/.kube/config`
If you create clusters A, B on host1, and clusters C, D on host2, you can
make all four clusters available on both hosts by running