From 411b9ff89b0fd1933aaaf7d3d691dd56986fc5c5 Mon Sep 17 00:00:00 2001 From: Greg Merritt Date: Mon, 24 Jun 2024 17:03:03 -0700 Subject: [PATCH 1/2] Making node-pools command more general & match to clusters command --- docs/admins/cluster-config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admins/cluster-config.rst b/docs/admins/cluster-config.rst index c9973e93b..9c4abc7e6 100644 --- a/docs/admins/cluster-config.rst +++ b/docs/admins/cluster-config.rst @@ -56,7 +56,7 @@ the currently favored configuration. --disk-size=200 --disk-type=pd-balanced \ --no-enable-autoupgrade \ --tags=hub-cluster \ - --cluster=spring-2024 \ + --cluster= \ user----
From 868c02a84c597a299e6d5dee8ccc568aae35a420 Mon Sep 17 00:00:00 2001 From: Greg Merritt Date: Tue, 25 Jun 2024 13:39:26 -0700 Subject: [PATCH 2/2] Adding notes before each gcloud command. --- docs/admins/cluster-config.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/admins/cluster-config.rst b/docs/admins/cluster-config.rst index 9c4abc7e6..0c06b57d5 100644 --- a/docs/admins/cluster-config.rst +++ b/docs/admins/cluster-config.rst @@ -25,6 +25,8 @@ A ``gcloud container clusters create`` command can succintly express the configuration of our kubernetes cluster. The following command represents the currently favored configuration. +This creates the GKE cluster. It may host one or more node pools: + .. code:: bash gcloud container clusters create \ @@ -42,6 +44,8 @@ the currently favored configuration. --tags=hub-cluster \ +Here's how we add a node pool to the cluster, beyond the default pool: + .. code:: bash gcloud container node-pools create \