-
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
Error at "minikube start" #9792
Comments
The Linux machine you are running this on, needs to have more than 2 vCPU available It should probably be an error, trying to set the limit above what is available on the host. |
Dear afbjorklund, Thanks for your information! |
Dear @afbjorklund, After I tested some settings about docker, but it could not be solved. Here are my steps
Hence, go to add one line
Like
sudo update-grub Then reboot, and docker info again. But when I minikube again.
It still cannot let me assign the cpu nubmer.
I am sorry that would you like to give me some hints or reference to let me study further. Thank you so much!! |
It is so strange but if I start by a lower version of k8s, it can work! Command
Output
Thank you so much. |
I found the error message quite confusing:
I was running on Ubuntu 20.04 server and trying to create a minikube cluster with 6 (v)CPUs on a VM with 4 (v)CPUs (my bad, obviously) - clearly, there are insufficient cores and I guess the RSRC_INSUFFICIENT_CORES error should be expected; however the associated error message was incorrect in my case (Docker had more than 2 (v)CPUs available). When I dialled the required (v)CPUs down to 4 in |
@seanrmurphy : That is a separate bug, the "2" seem to be hardcoded in the message. |
Good point @afbjorklund - I will make a separate issue. Thanks for responding promptly! |
Just ran into the same message. What worked for me was to:
|
While doing this its directly showing Killed |
Error: exec: "qemu-system-x86_64": executable file not found in $PATH This is the error that I got |
So I encountered the same error and my solution is
Hope this helps! |
ok, Alternatively, I updated my EC2 instance to t3.medium, which has 2 CPUs |
I cannot change the cpu number even I already assigned a specific nubmer of cpu.
Full output of failed command:
If there anyone know how to fix it?
Thank you so much!
The text was updated successfully, but these errors were encountered: