Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
medyagh opened this issue Dec 2, 2022 · 4 comments
Open
Assignees
Labels
co/virtualbox good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.

Comments

@medyagh
Copy link
Member

medyagh commented Dec 2, 2022

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 medyagh added co/virtualbox good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. labels Dec 2, 2022
@DiptoChakrabarty
Copy link
Member

/assign

@axrav
Copy link
Contributor

axrav commented Jan 1, 2023

/assign

@axrav
Copy link
Contributor

axrav commented Jan 10, 2023

@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?

@Tzurrr
Copy link

Tzurrr commented Aug 21, 2023

is this issue still active?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/virtualbox good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Projects
None yet
Development

No branches or pull requests

4 participants