From fc2a3f62a9a13bc1bba2fefb9afa86ab6fb11e84 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Fri, 6 Oct 2017 13:10:56 -0700 Subject: [PATCH] Fix text about addons and minikube VM. (#5793) --- docs/getting-started-guides/minikube.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-guides/minikube.md b/docs/getting-started-guides/minikube.md index 107372d4f9..afbb9d97ca 100644 --- a/docs/getting-started-guides/minikube.md +++ b/docs/getting-started-guides/minikube.md @@ -284,7 +284,10 @@ We recommend you use `ImagePullSecrets`, but if you would like to configure acce ## Add-ons -In order to have minikube properly start/restart custom addons, place the addons you wish to be launched with minikube in the `~/.minikube/addons` directory. Addons in this folder will be moved to the minikubeVM and launched each time minikube is started/restarted. +In order to have minikube properly start or restart custom addons, +place the addons you wish to be launched with minikube in the `~/.minikube/addons` +directory. Addons in this folder will be moved to the minikube VM and +launched each time minikube is started or restarted. ## Using Minikube with an HTTP Proxy