-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
Once the legacy drivers are removed, there is no need for the external drivers anymore...
Then all drivers are builtin to minikube, and there is no external libmachine (or drivers).
-
hyperkit => obsolete, deprecated - was using setuid root on the external driver
-
kvm2 => changed to use dlopen instead, so that it can be compiled with minikube
-
parallels => compiled in, deprecated - copyright and code added to minikube
-
vmware => compiled in, deprecated - copyright and code added to minikube
No need to build anymore external programs, can avoid using "docker-machine-driver"
Eventually when libmachine is fully integrated, the RPC code can be removed altogether...
https://github.com/minikube-machine/machine/tree/main/drivers
drivers/generic
drivers/hyperv
drivers/none
drivers/virtualbox
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.