Skip to content

Instantly share code, notes, and snippets.

@misskecupbung
Created October 6, 2022 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misskecupbung/15f15b519c1f3e8aafc5dc6f305b9969 to your computer and use it in GitHub Desktop.
Save misskecupbung/15f15b519c1f3e8aafc5dc6f305b9969 to your computer and use it in GitHub Desktop.
export CLUSTER_NAME2="gke-central1-b"
gcloud beta container clusters create $CLUSTER_NAME2 \
--project=$PROJECT_ID \
--region=$LOCATION \
--addons=BackupRestore \
--num-nodes=1 \
--enable-autoupgrade --no-enable-basic-auth \
--no-issue-client-certificate --enable-ip-alias \
--metadata disable-legacy-endpoints=true \
--workload-pool=$IDNS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment