Skip to content

Instantly share code, notes, and snippets.

@szydan
Created December 4, 2024 17:38
Show Gist options
  • Save szydan/5495a40aad1f0378634e978a95c7c199 to your computer and use it in GitHub Desktop.
Save szydan/5495a40aad1f0378634e978a95c7c199 to your computer and use it in GitHub Desktop.
Change node-pool size
gcloud container clusters update cicd \
--node-pool=pr-build-investigate-1 \
--enable-autoscaling \
--min-nodes=1 \
--max-nodes=100 \
--zone=europe-west1-c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment