Created
October 6, 2022 16:30
-
-
Save misskecupbung/15f15b519c1f3e8aafc5dc6f305b9969 to your computer and use it in GitHub Desktop.
This file contains 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
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