Skip to content

Instantly share code, notes, and snippets.

@bharatmicrosystems
Created August 29, 2020 00:49
Show Gist options
  • Save bharatmicrosystems/1fc8f8927d256408ebc1fe1a5df00e9d to your computer and use it in GitHub Desktop.
Save bharatmicrosystems/1fc8f8927d256408ebc1fe1a5df00e9d to your computer and use it in GitHub Desktop.
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