Created
August 29, 2020 00:49
-
-
Save bharatmicrosystems/1fc8f8927d256408ebc1fe1a5df00e9d to your computer and use it in GitHub Desktop.
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 beta container clusters create "cluster-1" \ | |
--zone [CLUSTER_ZONE] \ | |
--no-enable-basic-auth --cluster-version "1.16.13-gke.1" \ | |
--num-nodes "2" \ | |
--enable-stackdriver-kubernetes --enable-ip-alias \ | |
--default-max-pods-per-node "110" \ | |
--no-enable-master-authorized-networks \ | |
--enable-autoupgrade --enable-autorepair |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment