minikube icon indicating copy to clipboard operation
minikube copied to clipboard

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

Open medyagh opened this issue 2 years ago • 3 comments

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

medyagh avatar Dec 02 '22 23:12 medyagh

/assign

DiptoChakrabarty avatar Dec 03 '22 15:12 DiptoChakrabarty

/assign

axrav avatar Jan 01 '23 23:01 axrav

@medyagh what would be the best way to test if the bug is fixed?, the one you are using is using your actions afaik, how can I test it properly?

axrav avatar Jan 10 '23 17:01 axrav

is this issue still active?

Tzurrr avatar Aug 21 '23 19:08 Tzurrr