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

problem in minikube setup #19952

Open
krismadh81 opened this issue Nov 12, 2024 · 4 comments
Open

problem in minikube setup #19952

krismadh81 opened this issue Nov 12, 2024 · 4 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@krismadh81
Copy link

What Happened?

minikube was not getting started, so tried to setup after minikube deletion

Attach the log file

lastStart.txt

Operating System

Ubuntu

Driver

VirtualBox

@T-Lakshmi
Copy link

Hello @krismadh81,
Thanks for reporting issue. From logs you attached issue is with the driver as VirtualBox.

libmachine: VM not in restartable state
Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: driver start: Checking if hardware virtualization is enabled failed: open /home/eiksirn/.minikube/machines/minikube/minikube/Logs/VBox.log: no such file or directory

@T-Lakshmi
Copy link

@krismadh81,

  1. Check the virtualbox is properly installed or not and upgrade it to latest version.
  2. After delete minikube and reinstall it.
 minikube delete
 minikube start

@T-Lakshmi
Copy link

If you still facing issue, try with

minikube start --driver=virtualbox --no-vtx-check

This will Disable checking for the availability of hardware virtualization.
Hopefully this should fix your error.

@T-Lakshmi
Copy link

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

3 participants