-
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
VBOX_VERR_VMX_NO_VMX: Point users to better documentation #4530
Comments
ram@minikube:~/Downloads$ minikube start
|
minikube starting error |
I am curious are you running this inside a VM?
|
Hi Medyagh, I have run the above command and getting the below error, can you please help me to resolve the below error for minikube. [root@localhost kubernates]# minikube start --no-vtx-check
Details: 00:00:00.707013 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005)) X Unable to start VM
Details: 00:00:00.707013 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
|
Sounds like you are trying to run minikube with nested virtualization ? (VirtualBox from a VM) |
Yes, |
I want to run minikube on centos 7 which is on Windows VM. And for that i am facing the above issue. I have installed vm on linux as well. Could you please suggest how to proceed with the above mentioned error. |
same issue |
Do we have any resolution over here on github for the mentioned issue. |
we currently do not support running minikube inside windows vm (nested vm). however we have support for ruining minikube inside VM but it currently only supports linux. please checkout this doc https://github.com/kubernetes/minikube/blob/master/docs/vmdriver-none.md |
We can do a better job about detecting and documenting this issue. Leaving open for now. |
To install minikube with dashboard in 5 minutes in ubuntu
$ sudo su
####Install Docker 17.12 CE
apt-get install apt-transport-https ca-certificates curl
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository "deb [arch=amd64]
https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update
apt-get install docker-ce=17.12.0~ce-0~ubuntu
###Install kubectl and Minikube
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl
-s
https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
chmod +x ./kubectl
mv ./kubectl /usr/local/bin/kubectl
curl -Lo minikube
https://storage.googleapis.com/minikube/releases/v0.25.0/minikube-linux-amd64
&& chmod +x minikube && sudo mv minikube /usr/local/bin/
minikube start --vm-driver=none
minikube dashboard
http://localhost:30000
…On Thu, Jul 18, 2019 at 10:31 PM Thomas Strömberg ***@***.***> wrote:
We can do a better job about detecting and documenting this issue. Leaving
open for now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4530?email_source=notifications&email_token=ALJJEHW2NV4V75M45C7ZTJ3QACOXTA5CNFSM4HZI66FKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2JEJIA#issuecomment-512902304>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALJJEHV3SVHQ3VDQCYD3D2LQACOXTANCNFSM4HZI66FA>
.
--
Regards,
Ramalingam Vrakala,
8142256226.
|
Those versions look outdated... Anyway, there will be better documentation provided for If you no longer care about running minikube in nested virtualization, maybe this issue can be closed ? |
As of minikube v1.4, the advice this error output now reads:
|
The exact command to reproduce the issue:
The full output of the command that failed:
The output of the
minikube logs
command:The operating system version:
The text was updated successfully, but these errors were encountered: