Add a command to list supported drivers #8127
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Need a way to call minikube to get a list of supported drivers on deployed system. This information comes back from help but is extremely difficult to reliably parse via regex and looks to contain temporal content (like experimental):
minikube start --help | grep -e "--driver='':"
--driver='': Driver is one of: virtualbox, parallels, vmwarefusion, hyperkit, vmware, docker, podman (experimental) (defaults to auto-detect)
This will aid us in fixing issue GoogleCloudPlatform/cloud-code-vscode#234.
The text was updated successfully, but these errors were encountered: