Add reference and link to kubeconfig on kubectl page (#14059)

This commit is contained in:
codyc 2019-04-26 16:02:28 -05:00 committed by Kubernetes Prow Robot
parent 4e35312a7f
commit fe663ea841
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ card:
---
{{% capture overview %}}
Kubectl is a command line interface for running commands against Kubernetes clusters.
Kubectl is a command line interface for running commands against Kubernetes clusters. `kubectl` looks for a file named config in the $HOME/.kube directory. You can specify other [kubeconfig](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) files by setting the KUBECONFIG environment variable or by setting the [`--kubeconfig`](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/) flag.
This overview covers `kubectl` syntax, describes the command operations, and provides common examples. For details about each command, including all the supported flags and subcommands, see the [kubectl](/docs/reference/generated/kubectl/kubectl-commands/) reference documentation. For installation instructions see [installing kubectl](/docs/tasks/kubectl/install/).
{{% /capture %}}