Mention Minikube in the Kubectl configuration doc
Provide reference of Minikube along with kube-up.sh on creating cluster. This will give convey message to first time users of the Minikube that they should make sure Minikube is installed before running this step of $ kubectl cluster-info fixes #2863reviewable/pr2864/r1
parent
e3368b9733
commit
a806d93a53
|
@ -107,7 +107,7 @@ sufficiently up-to-date using `kubectl version`.
|
|||
|
||||
## Configuring kubectl
|
||||
|
||||
In order for kubectl to find and access the Kubernetes cluster, it needs a [kubeconfig file](/docs/user-guide/kubeconfig-file), which is created automatically when creating a cluster using kube-up.sh (see the [getting started guides](/docs/getting-started-guides/) for more about creating clusters). If you need access to a cluster you didn't create, see the [Sharing Cluster Access document](/docs/user-guide/sharing-clusters).
|
||||
In order for kubectl to find and access the Kubernetes cluster, it needs a [kubeconfig file](/docs/user-guide/kubeconfig-file), which is created automatically when creating a cluster using kube-up.sh or upon successful installation of Minikube (see the [getting started guides](/docs/getting-started-guides/) for more about creating clusters). If you need access to a cluster you didn't create, see the [Sharing Cluster Access document](/docs/user-guide/sharing-clusters).
|
||||
By default, kubectl configuration lives at `~/.kube/config`.
|
||||
|
||||
#### Making sure you're ready
|
||||
|
|
Loading…
Reference in New Issue