-
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
RSRC_INSUFFICIENT_CORES on WSL2 Windows #9373
Comments
Hey @davidchieregato could you try increasing the number of cores available to Docker and see if that resolves the issue? |
Solved with |
Dear experts, Even I already set up 16, but it still appeared the same error message...
Is there any idea? |
@chiehpower : doesn't seem to be about Windows at all ? Please open a new ticket. |
It was working on Linux indeed, but I saw the error message was similar so I thought the solution might be woked. |
Helped @davidchieregato 's solution, set cpus<=available cpus |
minikube start --driver=docker
π minikube v1.13.1 on Ubuntu 20.04
β¨ Using the docker driver based on user configuration
β Exiting due to RSRC_INSUFFICIENT_CORES: Docker has less than 2 CPUs available, but Kubernetes requires at least 2 to be available
The issues related to this error are talking about using minikube with a mono core machine, but in my case the error doesn't make sense at all as my device is a 16 core setup.
With
sudo minikube start --driver=none
instead I get the same error as in #8568The text was updated successfully, but these errors were encountered: