Skip to content

Commit

Permalink
Fix the Data Loss: kubectl -> kubelet
Browse files Browse the repository at this point in the history
It does not look like `minikube` with the `none` driver does anything to `kubectl`, but it does install `kubelet` along with `kubeadm`.
  • Loading branch information
douglaswth authored Apr 20, 2019
1 parent 2f9541e commit ef8fd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vmdriver-none.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit ef8fd55

Please sign in to comment.