Update organize-cluster-access-kubeconfig.md (#7964)

Fixed the 404 error listed in: https://github.com/kubernetes/website/issues/7924
This commit is contained in:
Rajakavitha1
2018-04-04 22:58:10 +05:30
committed by zacharysarah
parent 972ad80a47
commit feb424d4ea
@@ -17,7 +17,7 @@ It does not mean that there is a file named `kubeconfig`.
By default, `kubectl` looks for a file named `config` in the `$HOME/.kube` directory.
You can specify other kubeconfig files by setting the `KUBECONFIG` environment
variable or by setting the
[`--kubeconfig`](/docs/user-guide/kubectl/{{page.version}}/) flag.
[`--kubeconfig`](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/) flag.
For step-by-step instructions on creating and specifying kubeconfig files, see
[Configure Access to Multiple Clusters](/docs/tasks/access-application-cluster/configure-access-multiple-clusters).
@@ -146,7 +146,7 @@ are stored absolutely.
{% capture whatsnext %}
* [Configure Access to Multiple Clusters](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/)
* [kubectl config](/docs/user-guide/kubectl/{{page.version}}/)
* [kubectl config](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/)
{% endcapture %}