From feda4f90ecc2d1d571f91224e8ad4d5facb489ce Mon Sep 17 00:00:00 2001 From: Jarek Strzelecki Date: Tue, 11 Jun 2019 02:50:15 +0200 Subject: [PATCH] Update install-minikube.md (#14776) Add message displayed when Hyper-V is already installed. --- content/en/docs/tasks/tools/install-minikube.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/tasks/tools/install-minikube.md b/content/en/docs/tasks/tools/install-minikube.md index 66f42383c3..004ca8c642 100644 --- a/content/en/docs/tasks/tools/install-minikube.md +++ b/content/en/docs/tasks/tools/install-minikube.md @@ -44,6 +44,12 @@ Hyper-V Requirements: VM Monitor Mode Extensions: Yes Data Execution Prevention Available: Yes ``` +If you see the following output, your system already has a Hypervisor installed and you can skip the next step. +``` +Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed. +``` + + {{% /tab %}} {{< /tabs >}}