kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.14k stars 4.86k forks source link

X Exiting due to HOST_VIRT_UNAVAILABLE: Failed to start host: creating host: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory * Suggestion: Virtualization support is disabled on your computer. If you are running minikube within a VM, try '--driver=docker'. Otherwise, consult your systems BIOS manual for how to enable virtualization. * Related issues: - https://github.com/kubernetes/minikube/issues/3900 - https://github.com/kubernetes/minikube/issues/4730 #18365

Open shivshankar123ch opened 5 months ago

shivshankar123ch commented 5 months ago

X Exiting due to HOST_VIRT_UNAVAILABLE: Failed to start host: creating host: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory

T-Lakshmi commented 5 months ago

Virtualization support is disabled on your computer. If you are running minikube within a VM, try '--driver=docker'. Otherwise, consult your systems BIOS manual for how to enable virtualization.

Which driver you are using to install minikube? Please try with below command:

minikube start --driver=driver-name --no-vtx-check Replace driver-name with the driver name you are using, you can eliminate --driver flag if you are using docker as driver.

T-Lakshmi commented 5 months ago

/kind support

k8s-triage-robot commented 3 weeks ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale