From c9fc83435689ee98fd9807cb4f58b27ba8d428e5 Mon Sep 17 00:00:00 2001 From: R Date: Thu, 31 Jan 2019 23:20:46 +0100 Subject: [PATCH] Update minikube.md (#12448) * Update minikube.md * Update minikube.md --- content/en/docs/setup/minikube.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/setup/minikube.md b/content/en/docs/setup/minikube.md index 920463c098..ecbfee834c 100644 --- a/content/en/docs/setup/minikube.md +++ b/content/en/docs/setup/minikube.md @@ -44,6 +44,7 @@ the following drivers: * 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`. +* none (Runs the Kubernetes components on the host and not in a VM. Using this driver requires Docker ([docker install](https://docs.docker.com/install/linux/docker-ce/ubuntu/)) and a Linux environment) ```shell $ minikube start