Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP docs: Suggest setting up gke cluster with 3 nodes #3921

Merged
merged 1 commit into from
Feb 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/install/gcp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You will need the Google Cloud SDK in order to retrieve your cluster authenticat
Google Kubernetes Engine (GKE) Cluster
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If you haven't already created a Kubernetes cluster on GKE, you can follow this quickstart guide to get set up with your first cluster:
If you haven't already created a Kubernetes cluster on GKE, you can follow this quickstart guide to get set up with your first cluster. Ensure you create 3 nodes (``--num-nodes`` passed to ``gcloud container clusters create``) to be able to run a minimal example:

* `Create GKE Cluster <https://cloud.google.com/kubernetes-engine/docs/quickstart>`_

Expand Down