From 622dec34ce3db2a42430ef2a40b9164eb93d0c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Romero?= Date: Sat, 1 Jun 2024 11:11:49 -0600 Subject: [PATCH] docs: clarify virtualization setup for Windows versions - Separate Hyper-V setup for Windows 10 Enterprise/Pro - Add VirtualBox instructions for Windows 10 Home --- .../en/docs/Installation/Creating Cluster/minikube.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/site/content/en/docs/Installation/Creating Cluster/minikube.md b/site/content/en/docs/Installation/Creating Cluster/minikube.md index 5581d20615..cd8b562e6e 100644 --- a/site/content/en/docs/Installation/Creating Cluster/minikube.md +++ b/site/content/en/docs/Installation/Creating Cluster/minikube.md @@ -52,10 +52,11 @@ via Agones exposed ports. * Docker (default) * Hyperkit -**Windows (amd64)** -* hyper-v (might need - this blog post - 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._