Change Task titles to imperative: Tools. (#4023)

This commit is contained in:
Steve Perry
2017-06-08 11:58:27 -07:00
committed by GitHub
parent adf00a04a2
commit e1e00561f3
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
assignees:
- bgrant0607
- mikedanese
title: Installing and Setting Up kubectl
title: Install and Set Up kubectl
redirect_from:
- "/docs/tasks/kubectl/install/"
- "/docs/tasks/kubectl/install.html"
@@ -122,7 +122,7 @@ touch config
```
Edit the config file with a text editor of your choice, such as Notepad for example.
## Configuring kubectl
## Configure kubectl
In order for kubectl to find and access a Kubernetes cluster, it needs a [kubeconfig file](/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/), which is created automatically when you create a cluster using kube-up.sh or successfully deploy a 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 is located at `~/.kube/config`.