From 2dfa520355aaccbf9f5449f3c895aff903756c74 Mon Sep 17 00:00:00 2001 From: Viktors Garkavijs <45557691+fixergvb@users.noreply.github.com> Date: Thu, 24 Jan 2019 02:25:49 +0900 Subject: [PATCH] Update minikube.md - add hyperv to list of drivers (#12226) * Update minikube.md - add hyperv to list of drivers * Arranged driver list to match driver documentation --- content/en/docs/setup/minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/minikube.md b/content/en/docs/setup/minikube.md index 5959e64153..920463c098 100644 --- a/content/en/docs/setup/minikube.md +++ b/content/en/docs/setup/minikube.md @@ -42,7 +42,7 @@ the following drivers: * kvm ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#kvm-driver)) * hyperkit ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#hyperkit-driver)) * xhyve ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#xhyve-driver)) (deprecated) - +* hyperv ([driver installation](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperv-driver)) Note that the IP below is dynamic and can change. It can be retrieved with `minikube ip`. ```shell