From e1e00561f37f9285470d7efdc4432dc32137ee88 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Thu, 8 Jun 2017 11:58:27 -0700 Subject: [PATCH] Change Task titles to imperative: Tools. (#4023) --- _data/tasks.yml | 2 +- docs/tasks/tools/install-kubectl.md | 4 ++-- docs/tasks/tools/install-minikube.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_data/tasks.yml b/_data/tasks.yml index c8216b8c3a..df42b68ec4 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -3,7 +3,7 @@ abstract: "Step-by-step instructions for performing operations with Kubernetes." toc: - docs/tasks/index.md -- title: Installing Tools +- title: Install Tools section: - docs/tasks/tools/install-kubectl.md - docs/tasks/tools/install-minikube.md diff --git a/docs/tasks/tools/install-kubectl.md b/docs/tasks/tools/install-kubectl.md index 0bccfa05dc..ab280b05e7 100644 --- a/docs/tasks/tools/install-kubectl.md +++ b/docs/tasks/tools/install-kubectl.md @@ -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`. diff --git a/docs/tasks/tools/install-minikube.md b/docs/tasks/tools/install-minikube.md index 1e53513ea7..61dfc17139 100644 --- a/docs/tasks/tools/install-minikube.md +++ b/docs/tasks/tools/install-minikube.md @@ -1,5 +1,5 @@ --- -title: Installing Minikube +title: Install Minikube --- {% capture overview %} @@ -16,7 +16,7 @@ VT-x or AMD-v virtualization must be enabled in your computer's BIOS. {% capture steps %} -## Installing a Hypervisor +## Install a Hypervisor If you do not already have a hypervisor installed, install one now. @@ -33,11 +33,11 @@ If you do not already have a hypervisor installed, install one now. [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install). -## Installing kubectl +## Install kubectl * [Install kubectl](/docs/tasks/tools/install-kubectl/). -## Installing Minikube +## Install Minikube * Install Minikube according to the instructions for the [latest release](https://github.com/kubernetes/minikube/releases).