You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcloud container node-pools create generalnodes --zone us-east1 --cluster foldy-jiyao --num-nodes 0 --min-nodes 0 --max-nodes 3 --enable-autoscaling --spot --machine-type e2-standard-2 --service-account [email protected]
Default change: During creation of nodepools or autoscaling configuration changes for cluster versions greater than 1.24.1-gke.800 a default location policy is applied. For Spot and PVM it defaults to ANY, and for all other VM kinds a BALANCED policy is used. To change the default values use the --location-policy flag.
ERROR: (gcloud.container.node-pools.create) ResponseError: code=400, message=Autopilot clusters do not support mutating node pools.
I got the following error when running scripts/create_nodepools.sh:
$ bash scripts/create_nodepools.sh
++ yq eval .GoogleProjectId foldy/values.yaml -e
usage: yq [-h] [--yaml-output] [--yaml-roundtrip]
[--yaml-output-grammar-version {1.1,1.2}] [--width WIDTH]
[--indentless-lists] [--in-place] [--version]
[jq_filter] [files ...]
yq: error: argument files: can't open '.GoogleProjectId': [Errno 2] No such file or directory: '.GoogleProjectId'
The text was updated successfully, but these errors were encountered: