Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaravindh committed Dec 17, 2024
2 parents 12c4385 + f2a5ccd commit d8f93b9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2 class="text-center pb-3">Companies using Agones</h2>
<a href="http://altavr.io/"><img alt="altavr" width="100" src="images/altavr-logo.png" /></a>
<a href="https://www.embark.games/"><img alt="Embark Studios" width="50" src="images/embark.png" /></a>
<a href="http://accelbyte.io/"><img alt="accelbyte" width="100" src="images/accelbyte.png" /></a>
<img alt="Space Game" width="80" src="images/spacegame.png" /></a>
<a href="https://space.game/"><img alt="Space Game" width="80" src="images/spacegame.png" /></a>
<a href="https://rolltable.app/"><img alt="rolltable" width="100" src="images/rolltable.png" /></a>
<a href="https://vela.games/" data-proofer-ignore><img alt="Vela Games" width="100" src="images/velagames.png" /></a>
<a href="https://netspeakgames.com//"><img alt="Netspeak Games" width="100" src="images/netspeakgames.png" /></a>
Expand Down
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" >}}).
Binary file removed site/static/images/spacegame.png
Binary file not shown.

0 comments on commit d8f93b9

Please sign in to comment.