From 2b9d521bc600c1502fd7875f9de08bb7b15c2a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Str=C3=B6mberg?= Date: Tue, 19 Feb 2019 10:36:32 -0800 Subject: [PATCH] Highlight the avoid line. --- docs/vmdriver-none.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmdriver-none.md b/docs/vmdriver-none.md index 2f2457981..9c306a402 100644 --- a/docs/vmdriver-none.md +++ b/docs/vmdriver-none.md @@ -12,7 +12,7 @@ The `none` driver supports releases of Debian, Ubuntu, and Fedora that are less ## Can the none driver be used outside of a VM? -Yes, but please avoid it if possible. +Yes, *but please avoid doing so if at all possible.* minikube was designed to run Kubernetes within a dedicated VM, and assumes that it has complete control over the machine it is executing on. With the `none` driver, minikube and Kubernetes run in an environment with very limited isolation, which could result in: -- GitLab