-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
nested VM's: This computer doesn't have VT-X/AMD-v enabled #2861
Comments
The error comes from here: https://github.com/kubernetes/minikube/blob/master/vendor/github.com/docker/machine/drivers/virtualbox/virtualbox_windows.go#L19 Are you able to start VMs in virtualbox without minikube? |
Yes I am able to start VM in virtual box |
I am facing the same issue. I have Windows 10 -->VirtualBox --> Linux CentOS7 --> VirtualBox 5.1 -->minikube Any help would be appreciated. THanks |
Hi, Please check my website (Japanese). |
Hello, Thanks hana-shin. Your Japanese site helped me in clearing below error by enabling the VT-X/AMD-v in virutal box settings. I have shared the settings image. E0910 06:43:15.483575 2605 start.go:174] Error starting host: Error creating host: Error executing step: Running precreate checks. But after enabling VT-X/AMD still I encountered another new error, Please help me if anyone knows about this. E0910 07:00:07.497729 2205 start.go:300] Error starting cluster: kubeadm init error |
I have same issue. in macbook pro >> VirtualBox >> Linux CentOS7 >> VirtualBox 5.2.18 >>minikube start ERROR:- Retrying. Any help is appreciated |
You can confirm whether or not your VM environment is properly configured for nested VM's by running: wmic cpu get VirtualizationFirmwareEnabled The previous comments point to the right place for VMware to set nested VT. For subsequent failures, please open a new issue. For example: #2861 (comment) may be indicative of a networking issue, but it's hard to tell from the lack of logs. |
Solution that worked for me is |
@SeenuMathew the same worked for me as well Thanks. minikube start --vm-driver=none |
minikube start --vm-driver=none solves the issue. |
minikube start --vm-driver=none solves the issue |
mithun@mithun-VirtualBox:~$ sudo minikube start
[sudo] password for mithun:
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
E0530 09:23:57.311484 3063 start.go:159] Error starting host: Error creating host: Error executing step: Running precreate checks.
: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory.
Retrying.
E0530 09:23:57.311686 3063 start.go:165] Error starting host: Error creating host: Error executing step: Running precreate checks.
: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
E0530 09:23:57.312273 3063 util.go:151] Error uploading error message: : Post https://clouderrorreporting.googleapis.com/v1beta1/projects/k8s-minikube/events:report?key=AIzaSyACUwzG0dEPcl-eOgpDKnyKoUFgHdfoFuA: dial tcp: lookup clouderrorreporting.googleapis.com on 127.0.0.53:53: server misbehaving
mithun@mithun-VirtualBox:~$
Also please note:My system settings
Windows 10 and Configured virtual environment to "Enabled" in BIOS
Installed oracle Virtual Box
ubuntu-18.04-desktop-amd64 ISO image in Virtual Box
Tried with VMware worksation as well but similar error
The text was updated successfully, but these errors were encountered: