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`.pull/4123/head
parent
2f9541ee5c
commit
ef8fd551d9
|
@ -73,7 +73,7 @@ We'll cover these in detail below:
|
||||||
With the `none` driver, minikube will overwrite the following system paths:
|
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/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
|
* /etc/kubernetes - configuration files
|
||||||
|
|
||||||
These paths will be erased when running `minikube delete`:
|
These paths will be erased when running `minikube delete`:
|
||||||
|
|
Loading…
Reference in New Issue