Update install-minikube.md (#7841)

* Update install-minikube.md

Added a note as suggested in: https://github.com/kubernetes/website/issues/7394

* Update install-minikube.md

formatted the inline code for --vm-driver=none

* Update install-minikube.md
This commit is contained in:
Rajakavitha1
2018-03-29 02:08:03 +05:30
committed by zacharysarah
parent 36d73781c7
commit ed29d38864
+3
View File
@@ -29,6 +29,9 @@ If you do not already have a hypervisor installed, install one now.
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
[KVM](http://www.linux-kvm.org/).
**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}
* For Windows, install
[VirtualBox](https://www.virtualbox.org/wiki/Downloads) or
[Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install).