Merge pull request #1319 from warmchang/windows
Add the virtualbox support description for windows host.pull/1321/head
commit
5998df868d
|
@ -27,9 +27,9 @@ Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a
|
|||
* OS X
|
||||
* [xhyve driver](./DRIVERS.md#xhyve-driver), [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [VMware Fusion](https://www.vmware.com/products/fusion) installation
|
||||
* Linux
|
||||
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [KVM](http://www.linux-kvm.org/) installation,
|
||||
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [KVM](http://www.linux-kvm.org/) installation
|
||||
* Windows
|
||||
* [Hyper-V](./DRIVERS.md#hyperv-driver)
|
||||
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [Hyper-V](./DRIVERS.md#hyperv-driver) installation
|
||||
* VT-x/AMD-v virtualization must be enabled in BIOS
|
||||
* `kubectl` must be on your path. Minikube currently supports any version of `kubectl` greater than 1.0, but we recommend using the most recent version.
|
||||
You can install kubectl with [these steps](http://kubernetes.io/docs/getting-started-guides/kubectl/).
|
||||
|
|
Loading…
Reference in New Issue