Applied Technical Writer Edits (#10022)

pull/10028/head
Julie Bruce 2018-08-21 15:04:13 -05:00 committed by k8s-ci-robot
parent 1bf7a29a23
commit 1aa22b4a32
1 changed files with 7 additions and 11 deletions

View File

@ -20,33 +20,29 @@ VT-x or AMD-v virtualization must be enabled in your computer's BIOS.
## Install 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 the appropriate one for your OS now:
* For macOS, install * macOS: [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
[VMware Fusion](https://www.vmware.com/products/fusion), or [VMware Fusion](https://www.vmware.com/products/fusion), or
[HyperKit](https://github.com/moby/hyperkit). [HyperKit](https://github.com/moby/hyperkit).
* For Linux, install * Linux: [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
[KVM](http://www.linux-kvm.org/). [KVM](http://www.linux-kvm.org/).
{{< note >}} {{< note >}}
**Note:** Minikube also supports a `-\-vm-driver=none` option that runs the Kubernetes components on the host and not in a VM. Docker is required to use this driver but a hypervisor is not required. **Note:** Minikube also supports a `-\-vm-driver=none` option that runs the Kubernetes components on the host and not in a VM. Using this driver requires Docker, but not a hypervisor.
{{< /note >}} {{< /note >}}
* For Windows, install * Windows: [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).
## Install kubectl ## Install kubectl
* [Install kubectl](/docs/tasks/tools/install-kubectl/). * Install kubectl according to the instructions in [Install and Set Up kubectl](/docs/tasks/tools/install-kubectl/).
## Install 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).
{{% /capture %}} {{% /capture %}}