Update 2018-09-04-minikube-vmdriver-none.md

I found a link that supports your observations.  I thought that you might find this interesting.  Re-articulate appropriately.

closes #3
This commit is contained in:
dghant1024 2018-11-07 08:29:26 -05:00 committed by R. Tyler Croy
parent c1b1bf3e0a
commit a7ebe8c9ad
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ to the Docker daemon, it's pretty stinking annoying when you're using `dockerd`
for other work.
To stop this, at least temporarily, stop the `kubelet` service with:
`service kubelet stop` when you're not exclusively using `minikube`.
`service kubelet stop` when you're not exclusively using `minikube`. As noted by
those who maintain the minikube repo (https://github.com/kubernetes/minikube/blob/master/docs/vmdriver-none.md)
---