Skip to content

none driver: minikube shouldn't write binaries to /usr/bin #3718

Closed
@tstromberg

Description

@tstromberg

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

Metadata

Metadata

Assignees

Labels

co/none-driverhelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.r/2019q2Issue was last reviewed 2019q2

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions