-
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
none: the number of available CPUs 1 is less than the required 2 #5010
Comments
|
Thats worked for me ... Thanks |
We already know the CPU count, so it would be nice if we detected this condition earlier and output an easier to understand error message. One suggestion would be to implement it here: minikube/cmd/minikube/cmd/start.go Line 487 in 35e473a
Help wanted! |
@tstromberg I can take this |
FYI, if anyone is running into this, you can bypass the CPU checks (as of v1.5.2) by using:
I can confirm that it functions correctly, though you may of course have trouble scheduling a job that requests more than 1 CPU.
|
If none of the solutions worked you can use this command: |
@max-nderitu: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
There are other installations of Kubernetes, that work better in a constrained environment. |
Update Machine type : "n1-standard-2 (2 vCPUs, 7.5 GB memory)" in GCP instance. |
The text was updated successfully, but these errors were encountered: