Confusing error message when starting minikube with insufficient cpus #10386
Labels
co/docker-driver
Issues related to kubernetes in container
kind/bug
Categorizes issue or PR as related to a bug.
os/linux
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
System:
Minikube start:
This is running on a VM with 4 vCPUs - clearly requesting 6 vCPUs was not sensible, but the error message could be made a little more abstract/generic as, in this case, Docker had more than 2 (v)CPUs available. Looks like a change to this line is required:
minikube/pkg/minikube/node/advice.go
Line 53 in ff051f9
(I originally posted here but was advised this is a separate issue).
The text was updated successfully, but these errors were encountered: