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
+1 -1
View File
@@ -3,7 +3,7 @@ abstract: "Step-by-step instructions for performing operations with Kubernetes."
toc: toc:
- docs/tasks/index.md - docs/tasks/index.md
- title: Installing Tools - title: Install Tools
section: section:
- docs/tasks/tools/install-kubectl.md - docs/tasks/tools/install-kubectl.md
- docs/tasks/tools/install-minikube.md - docs/tasks/tools/install-minikube.md
+2 -2
View File
@@ -2,7 +2,7 @@
assignees: assignees:
- bgrant0607 - bgrant0607
- mikedanese - mikedanese
title: Installing and Setting Up kubectl title: Install and Set Up kubectl
redirect_from: redirect_from:
- "/docs/tasks/kubectl/install/" - "/docs/tasks/kubectl/install/"
- "/docs/tasks/kubectl/install.html" - "/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. 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/). 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`. By default, kubectl configuration is located at `~/.kube/config`.
+4 -4
View File
@@ -1,5 +1,5 @@
--- ---
title: Installing Minikube title: Install Minikube
--- ---
{% capture overview %} {% capture overview %}
@@ -16,7 +16,7 @@ VT-x or AMD-v virtualization must be enabled in your computer's BIOS.
{% capture steps %} {% capture steps %}
## Installing a Hypervisor ## Install a Hypervisor
If you do not already have a hypervisor installed, install one now. 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 [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
[Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install). [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/). * [Install kubectl](/docs/tasks/tools/install-kubectl/).
## Installing Minikube ## Install Minikube
* Install Minikube according to the instructions for the * Install Minikube according to the instructions for the
[latest release](https://github.com/kubernetes/minikube/releases). [latest release](https://github.com/kubernetes/minikube/releases).