Created
December 4, 2024 17:38
-
-
Save szydan/5495a40aad1f0378634e978a95c7c199 to your computer and use it in GitHub Desktop.
Change node-pool size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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