Skip to content

minikube should not warn you to NOT use virtualbox if it auto-selected it #15456

@medyagh

Description

@medyagh

What Happened?

as seen in this github action run on Mac Os minikube choce vbox because it was only option

but it also warns the user not to use vbox

https://github.com/medyagh/local-dev-example-with-minikube/actions/runs/3605679013/jobs/6076306844

Attach the log file

minikube v1.28.0 on Darwin 12.6.1
* Automatically selected the virtualbox driver. Other choices: ssh, qemu2 (experimental)
* Downloading VM boot image ...
* Starting control plane node minikube in cluster minikube
* Downloading Kubernetes v1.25.3 preload ...
* Creating virtualbox VM (CPUs=2, Memory=3500MB, Disk=[20](https://github.com/medyagh/local-dev-example-with-minikube/actions/runs/3605679013/jobs/6076306844#step:4:21)000MB) ...
* Preparing Kubernetes v1.25.3 on Docker 20.10.20 ...
  - Generating certificates and keys ...
  - Booting up control plane ...
  - Configuring RBAC rules ...
╭───────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                   │
│    You have selected "virtualbox" driver, but there are better options !                          │
│    For better performance and support consider using a different driver:                          │
│            - qemu2                                                                                │
│                                                                                                   │
│    To turn off this warning run:                                                                  │
│                                                                                                   │
│            $ minikube config set WantVirtualBoxDriverWarning false                                │
│                                                                                                   │
│                                                                                                   │
│    To learn more about on minikube drivers checkout https://minikube.sigs.k8s.io/docs/drivers/    │
│    To see benchmarks checkout https://minikube.sigs.k8s.io/docs/benchmarks/cpuusage/              │
│                                                                                                   │
╰───────────────────────────────────────────────────────────────────────────────────────────────────╯
* Verifying Kubernetes components...
  - Using image gcr.io/k8s-minikube/storage-provisioner:v5
* Enabled addons: storage-provisioner
* ```

### Operating System

None

### Driver

None

Metadata

Metadata

Labels

co/virtualboxgood first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions