Move Guide topic: Kubeconfig File

This commit is contained in:
Andrew Chen
2017-03-16 15:42:11 -07:00
parent da2a9dad77
commit fe780e07a5
12 changed files with 328 additions and 320 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ $ source <(kubectl completion zsh) # setup autocomplete in zsh
## Kubectl Context and Configuration
Set which Kubernetes cluster `kubectl` communicates with and modify configuration
information. See [kubeconfig file](/docs/user-guide/kubeconfig-file/) documentation for
information. See [Authenticating Across Clusters with kubeconfig](/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/) documentation for
detailed config file information.
```console