Hi @Pritam-Saha,
It’s not an error message but information message, you can now run minikube start
to start, and you can see that he’ll choose VirtualBox as driver by default
Regard
Hi @Pritam-Saha,
It’s not an error message but information message, you can now run minikube start
to start, and you can see that he’ll choose VirtualBox as driver by default
Regard
Hi @Pritam-Saha ,
Please follow the above approach. After deleteing the minikube, run the minikube start
and share the feedback.
Regards,
Should I have to create a VM now On oracle virtual box ?
Hi @Pritam-Saha ,
You will find the below steps on the above thread. I posted it here for your convenience.
FIX: VM → Settings → Processor → tick the option “Enable Nested VT-x/AMD-V” and press OK
In case, if you are not able to tick the option from VirtualBox UI then go to the Oracle folder and run the following commands:-
It will list the vms and you can check the minikube vm name.
VBoxManage.exe list vms
It will enable the option.
VBoxManage.exe modifyvm <VM-NAME> --nested-hw-virt on
Regards,
Which command did you use?
minikube start --no-vtx-check
This command skipped the vtx check.
Try to create a voting app.
should I have to keep running the oracle VM in background?
You can close the VirtualBox.
Now the application opens in the actual port I Declared in the manifest file but, After giving the vote result window not take any action.
Pods are running fine?
Can you please share the voting app repo URL?