From c8eaf16b9ef21151c117cc17de50e77e5d3e9051 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Mon, 15 Apr 2019 00:52:01 -0400 Subject: [PATCH] update note for windows minikube install (#13752) --- 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 e36e453dd0..8ed4c4cf3c 100644 --- a/content/en/docs/tasks/tools/install-minikube.md +++ b/content/en/docs/tasks/tools/install-minikube.md @@ -87,7 +87,7 @@ sudo cp minikube /usr/local/bin && rm minikube ### Windows {{< note >}} -To run Minikube on Windows, you need to install [Hyper-V](https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v) first, which can be run on three versions of Windows 10: Windows 10 Enterprise, Windows 10 Professional, and Windows 10 Education. +To run Minikube on Windows, you first need to install [VirtualBox](https://www.virtualbox.org/) or [Hyper-V](https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v). Hyper-V can be run on three versions of Windows 10: Windows 10 Enterprise, Windows 10 Professional, and Windows 10 Education. See the official Minikube GitHub repository for additional [installation information](https://github.com/kubernetes/minikube/#installation). {{< /note >}} The easiest way to install Minikube on Windows is using [Chocolatey](https://chocolatey.org/) (run as an administrator):