Skip to content

Instantly share code, notes, and snippets.

@misskecupbung
Created October 6, 2022 16:27
Show Gist options
  • Save misskecupbung/653f687718d8cf94c8e6bba08833af9c to your computer and use it in GitHub Desktop.
Save misskecupbung/653f687718d8cf94c8e6bba08833af9c to your computer and use it in GitHub Desktop.
export CLUSTER_NAME="gke-central1-a"
gcloud beta container clusters create $CLUSTER_NAME \
--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