You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/kubernetes/google.md
+56-35Lines changed: 56 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,46 +12,33 @@ Before proceeding, make sure that the
12
12
[gcloud CLI](https://cloud.google.com/sdk/docs/quickstarts) is installed on your
13
13
machine and configured to interact with your Google Cloud Platform account.
14
14
15
+
Alternatively, you can
16
+
[create your cluster using the Google Cloud Console](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-zonal-cluster#creating-a-cluster)
17
+
instead of the gcloud CLI. Please refer to the sample CLI commands below for
18
+
assistance selecting the correct options for your cluster.
19
+
15
20
## Set Up the GKE Cluster
16
21
17
-
The following will spin up a Kubernetes cluster using the `gcloud` command (be
18
-
sure to replace the parameters (specifically `PROJECT_ID`, `NEW_CLUSTER_NAME`,
19
-
and `ZONE`) as needed to reflect the needs of your environment).
22
+
The following two sections will show you how to spin up a Kubernetes cluster
0 commit comments