From f2a5ccd9f6e53fa8b8a721399228deae7ae35fe2 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Mon, 16 Dec 2024 18:37:37 -0800 Subject: [PATCH] Link to Google Cloud Agones Support. (#4071) Adds links to the Agones support landing page on Google Cloud. --- site/content/en/docs/Guides/Best Practices/gke.md | 7 +++++++ site/content/en/docs/Installation/Creating Cluster/gke.md | 2 ++ 2 files changed, 9 insertions(+) diff --git a/site/content/en/docs/Guides/Best Practices/gke.md b/site/content/en/docs/Guides/Best Practices/gke.md index 5ae4abe6a2..5aca923a95 100644 --- a/site/content/en/docs/Guides/Best Practices/gke.md +++ b/site/content/en/docs/Guides/Best Practices/gke.md @@ -58,3 +58,10 @@ For sessions longer than an hour, there are currently two possible approaches to * delete the old, `blue` cluster when the `Fleet` successfully scales down. * (GKE Standard only) Use [node pool blue/green upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/node-pool-upgrade-strategies#blue-green-upgrade-strategy) + +## Google Cloud Support Package + +We recommend getting official support package for running Agones on Google Cloud. + +Support for Agones on Google Cloud is offered under the +[Google Cloud Premium support package](https://cloud.google.com/kubernetes-engine/docs/how-to/agones-support). diff --git a/site/content/en/docs/Installation/Creating Cluster/gke.md b/site/content/en/docs/Installation/Creating Cluster/gke.md index e5c122a0bd..3e3c7a7f04 100644 --- a/site/content/en/docs/Installation/Creating Cluster/gke.md +++ b/site/content/en/docs/Installation/Creating Cluster/gke.md @@ -338,3 +338,5 @@ gcloud container clusters get-credentials [CLUSTER_NAME] --region=[COMPUTE_REGIO ## Next Steps * Continue to [Install Agones]({{< relref "../Install Agones/_index.md" >}}). +* Have a look at the + [Best practices for running Agones on Google Kubernetes Engine]({{< ref "/docs/Guides/Best Practices/gke.md" >}}).