From c5b28b7e81009a7c990b83fd772fd405a9f8d8d9 Mon Sep 17 00:00:00 2001 From: Tjeerd Jan van der Molen Date: Fri, 2 Nov 2018 18:45:53 +0100 Subject: [PATCH] Update install-minikube.md (#10793) Clarify that the --vm-driver none option only works on a linux environment --- content/en/docs/tasks/tools/install-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/tools/install-minikube.md b/content/en/docs/tasks/tools/install-minikube.md index e6ad64c72b5..ad6fb28f736 100644 --- a/content/en/docs/tasks/tools/install-minikube.md +++ b/content/en/docs/tasks/tools/install-minikube.md @@ -30,7 +30,7 @@ If you do not already have a hypervisor installed, install the appropriate one f [KVM](http://www.linux-kvm.org/). {{< note >}} - **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:** 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 and a linux environment, but not a hypervisor. {{< /note >}} * Windows: [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or