Added source location for kube-up.sh (#17016)

This commit is contained in:
Himanshu Pandey
2019-10-23 08:22:16 -07:00
committed by Kubernetes Prow Robot
parent 6c791bc264
commit d600ed6f0c
4 changed files with 4 additions and 4 deletions
@@ -281,7 +281,7 @@ You can install kubectl as part of the Google Cloud SDK.
## Verifying kubectl configuration
In order for kubectl to find and access a Kubernetes cluster, it needs a [kubeconfig file](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/), which is created automatically when you create a cluster using `kube-up.sh` or successfully deploy a Minikube cluster. By default, kubectl configuration is located at `~/.kube/config`.
In order for kubectl to find and access a Kubernetes cluster, it needs a [kubeconfig file](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/), which is created automatically when you create a cluster using [kube-up.sh](https://github.com/kubernetes/kubernetes/blob/master/cluster/kube-up.sh) or successfully deploy a Minikube cluster. By default, kubectl configuration is located at `~/.kube/config`.
Check that kubectl is properly configured by getting the cluster state: