diff --git a/docs/vmdriver-none.md b/docs/vmdriver-none.md index aac35c3dedf1b76e170222489bf83695a64846f3..5ea0bfa6e27568304757910a081b94015648059c 100644 --- a/docs/vmdriver-none.md +++ b/docs/vmdriver-none.md @@ -96,7 +96,7 @@ Some environment variables may be useful for using the `none` driver: ## Known Issues -* You cannot run more than one `--vm-driver=none` instance on a single host +* `-p` (profiles) are unsupported: It is not possible to run more than one `--vm-driver=none` instance * Many `minikube` commands are not supported, such as: `dashboard`, `mount`, `ssh` * minikube with the `none` driver has a confusing permissions model, as some commands need to be run as root ("start"), and others by a regular user ("dashboard") * CoreDNS detects resolver loop, goes into CrashloopBackoff - [#3511](https://github.com/kubernetes/minikube/issues/3511)