From d674fbade65604a0886001de2162419e3367f2d2 Mon Sep 17 00:00:00 2001 From: "Diogenes S. Jesus" Date: Sun, 10 Dec 2017 23:26:10 +0100 Subject: [PATCH] mark xhyve as deprecated This is inline with minikube warning message: ``` WARNING: The xhyve driver is now deprecated and support for it will be removed in a future release. Please consider switching to the hyperkit driver, which is intended to replace the xhyve driver. See https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperkit-driver for more information. To disable this message, run [minikube config set WantShowDriverDeprecationNotification false] ``` --- docs/getting-started-guides/minikube.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/minikube.md b/docs/getting-started-guides/minikube.md index 370360435d..42bd64513e 100644 --- a/docs/getting-started-guides/minikube.md +++ b/docs/getting-started-guides/minikube.md @@ -35,7 +35,8 @@ the following drivers: * virtualbox * vmwarefusion * kvm ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#kvm-driver)) -* xhyve ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#xhyve-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) Note that the IP below is dynamic and can change. It can be retrieved with `minikube ip`.