Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions site/content/en/docs/Guides/Best Practices/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 2 additions & 0 deletions site/content/en/docs/Installation/Creating Cluster/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}).
Loading