Skip to content

Commit

Permalink
Add reference and link to kubeconfig on kubectl page
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrudge committed Apr 26, 2019
1 parent f59e872 commit cb46842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/reference/kubectl/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}
Expand Down

0 comments on commit cb46842

Please sign in to comment.