From 4e235945c89b0fc765dcb87dc87a78ce3f0bd9d7 Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Wed, 27 Dec 2017 19:10:48 +0100 Subject: [PATCH] docs/tasks: Add hyperkit to hypervisor list Add the hyperkit to the list of hypervisor supported in OSX and mark xhyve as deprecated. --- docs/tasks/tools/install-minikube.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tasks/tools/install-minikube.md b/docs/tasks/tools/install-minikube.md index 200e6d0e88..495a89c36f 100644 --- a/docs/tasks/tools/install-minikube.md +++ b/docs/tasks/tools/install-minikube.md @@ -23,7 +23,8 @@ If you do not already have a hypervisor installed, install one now. * For OS X, install [xhyve driver](https://git.k8s.io/minikube/docs/drivers.md#xhyve-driver), [VirtualBox](https://www.virtualbox.org/wiki/Downloads), or -[VMware Fusion](https://www.vmware.com/products/fusion). +[VMware Fusion](https://www.vmware.com/products/fusion), or +[HyperKit](https://github.com/moby/hyperkit). * For Linux, install [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or