Skip to content

Instantly share code, notes, and snippets.

@misskecupbung
Created October 6, 2022 14:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save misskecupbung/13ff1e6d8906dc9167d6c7bcf23dda0f to your computer and use it in GitHub Desktop.
gcloud container node-pools create pool-gke1-23 \
--project $PROJECT_ID \
--cluster $CLUSTER_NAME \
--region $GCP_REGION \
--num-nodes $NUM_NODES \
--machine-type $MACHINE_TYPE \
--node-labels=nodepool=$NEW_GKE_VER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment