Closed
Description
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
Basically, anywhere else is better, but to write directly to /usr/bin feels yucky. It'd be nicer to write the binaries somewhere else, preferably but not necessarily versioned. For instance:
$XDG_CACHE_HOME/minikube/binaries/kubeadm-v1.13.0
Or:
/usr/local/minikube/kubeadm-v1.13.0