Fork the machine driver "generic" to minikube, prepare for renaming it #9583
Labels
co/generic-driver
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
Previously we have forked the docker-machine (libmachine) driver called "none":
https://github.com/docker/machine/blob/master/drivers/none/driver.go
https://github.com/kubernetes/minikube/blob/master/pkg/drivers/none/none.go
We want to do the same thing for the driver called "generic", as used in PR #9545
https://github.com/docker/machine/blob/master/drivers/generic/generic.go
https://github.com/kubernetes/minikube/blob/master/pkg/drivers/generic/generic.go
Once it is in our "drivers" code base, we can rename it as see fit...
Possibly to something like "remote", to be decided (see #7772)
The text was updated successfully, but these errors were encountered: