Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This computer doesn't have VT-X/AMD-v enabled at minikube - windows 10

! StartHost failed, but will try again: creating host: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory

I am getting this issue when I am executing the [minikube start --driver=virtualbox] command in my windows machine. I have already enable the VT-X/AMD-v in my machine.

like image 571
Shalika Avatar asked Sep 14 '25 19:09

Shalika


1 Answers

minikube start --no-vtx-check

This command create the kubertenes cluster with out any error.

like image 138
Shalika Avatar answered Sep 17 '25 13:09

Shalika