Skip to content

Instantly share code, notes, and snippets.

@jmcdice
Last active April 5, 2022 20:06
Show Gist options
  • Save jmcdice/c88bb86383fdc8533365b24220a56832 to your computer and use it in GitHub Desktop.
Save jmcdice/c88bb86383fdc8533365b24220a56832 to your computer and use it in GitHub Desktop.
$ gcloud container clusters create test-cluster --region us-central1 --num-nodes 4
Default change: VPC-native is the default mode during cluster creation for versions greater than 1.21.0-gke.1500. To create advanced routes based clusters, please pass the `--no-enable-ip-alias` flag
Note: Your Pod address range (`--cluster-ipv4-cidr`) can accommodate at most 1008 node(s).
Creating cluster test-cluster in us-central1... Cluster is being health-checked (master is healthy)...done.
Created [https://container.googleapis.com/v1/projects/<project>/zones/us-central1/clusters/test-cluster].
To inspect the contents of your cluster, go to: https://console.cloud.google.com/kubernetes/workload_/gcloud/us-central1/test-cluster?project=<project>
kubeconfig entry generated for test-cluster.
NAME LOCATION MASTER_VERSION MASTER_IP MACHINE_TYPE NODE_VERSION NUM_NODES STATUS
test-cluster us-central1 1.21.9-gke.1002 34.133.154.90 e2-medium 1.21.9-gke.1002 12 RUNNING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment