Add problem ID and exit code for "Ensure your system has enough CPUs. The minimum allowed is 2 CPUs" #9080
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
ux/embedded
Embedded UX blockers
Steps to reproduce the issue:
minikube start
on a default Google Cloud Compute VM with 1 cpu with--output=json
{"data":{"exitcode":"64","message":"Ensure your system has enough CPUs. The minimum allowed is 2 CPUs.\n"},"datacontenttype":"application/json","id":"507528d8-0e85-47bb-a2d1-08b41d868683","source":"https://minikube.sigs.k8s.io/","specversion":"1.0","type":"io.k8s.sigs.minikube.error"}
gcloud
needs a machine readable error code that matches 1-to-1 with the message for this so it can understand what the error was without parsing the message.The text was updated successfully, but these errors were encountered: