diff --git a/docs/tasks/kubectl/install.md b/docs/tasks/kubectl/install.md index a6a9295b6d..9c24bff0d2 100644 --- a/docs/tasks/kubectl/install.md +++ b/docs/tasks/kubectl/install.md @@ -104,7 +104,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/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/), 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/tasks/administer-cluster/share-configuration/). +In order for kubectl to find and access the Kubernetes cluster, it needs a [kubeconfig file](/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/), which is created automatically when creating a cluster using kube-up.sh or upon successful deployment of Minikube cluster (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/tasks/administer-cluster/share-configuration/). By default, kubectl configuration lives at `~/.kube/config`. #### Making sure you're ready diff --git a/docs/user-guide/prereqs.md b/docs/user-guide/prereqs.md index b36ea6d203..b6d17a72f3 100644 --- a/docs/user-guide/prereqs.md +++ b/docs/user-guide/prereqs.md @@ -10,4 +10,4 @@ redirect_from: {% include user-guide-content-moved.md %} -[Installing and Setting Up kubectl](/docs/tasks/kubectl/install/) +[Installing and Setting Up kubectl](/docs/tasks/kubectl/install/) \ No newline at end of file