Skip to content

Commit

Permalink
docs: clarify virtualization setup for Windows versions
Browse files Browse the repository at this point in the history
- Separate Hyper-V setup for Windows 10 Enterprise/Pro
- Add VirtualBox instructions for Windows 10 Home
  • Loading branch information
andresromerodev committed Jun 1, 2024
1 parent a2903ca commit 622dec3
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ via Agones exposed ports.
* Docker (default)
* Hyperkit

**Windows (amd64)**
* hyper-v (might need
<a href="https://blog.thepolyglotprogrammer.com/setting-up-kubernetes-on-wsl-to-work-with-minikube-on-windows-10-90dac3c72fa1">this blog post</a>
and/or [this comment](https://github.com/microsoft/WSL/issues/4288#issuecomment-652259640) for WSL support)
**Windows (amd64 - Windows 10 Enterprise or Pro)**
* Hyper-V: You might need to refer to [this blog post](https://blog.thepolyglotprogrammer.com/setting-up-kubernetes-on-wsl-to-work-with-minikube-on-windows-10-90dac3c72fa1) and/or [this comment](https://github.com/microsoft/WSL/issues/4288#issuecomment-652259640) for WSL support.

**Windows (amd64 - Windows 10 Home)**
* VirtualBox: You might need [this command](https://github.com/kubernetes/minikube/issues/3900) to disable hardware virtualization checks before starting the VM.

_If you have successfully tested with other platforms and drivers, please click "edit this page" in the top right hand
side and submit a pull request to let us know._
Expand Down

0 comments on commit 622dec3

Please sign in to comment.