From ef8fd551d976d1f81de166ee734a855ae263d6af Mon Sep 17 00:00:00 2001 From: Douglas Thrift Date: Sat, 20 Apr 2019 14:53:45 -0700 Subject: [PATCH] Fix the Data Loss: kubectl -> kubelet It does not look like `minikube` with the `none` driver does anything to `kubectl`, but it does install `kubelet` along with `kubeadm`. --- 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 68265a1bc008..3e3f650bffed 100644 --- a/docs/vmdriver-none.md +++ b/docs/vmdriver-none.md @@ -73,7 +73,7 @@ We'll cover these in detail below: With the `none` driver, minikube will overwrite the following system paths: * /usr/bin/kubeadm - Updated to match the exact version of Kubernetes selected -* /usr/bin/kubectl - Updated to match the exact version of Kubernetes selected +* /usr/bin/kubelet - Updated to match the exact version of Kubernetes selected * /etc/kubernetes - configuration files These paths will be erased when running `minikube delete`: