Skip to content

Commit

Permalink
Add instructions for webhook error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed Sep 20, 2024
1 parent eb170ca commit 0bcca23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/content/en/docs/Installation/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ of all available configurable parameters.
2. Any newly created Game Servers will be at the new configuration.
3. This make it difficult to track when the entire fleet is at a new configuration, and
increases the liklihood of having multiple Game Server configurations on the same Fleet.
4. If your fleet has significant Game Server churn you may run into an issue such as
`Internal error occurred: failed calling webhook "mutations.agones.dev": failed to call
webhook: Post "https://agones-controller-service.agones-system.svc:443/mutate?timeout=10s":
no endpoints available for service "agones-controller-service""`. If you see this error,
then confirm that Agones has properly upgraded, and follow instructions for Option 1 above.
4. Run any other tests to ensure the Agones installation is working as expected.
5. Congratulations - you have now upgraded to a new version of Agones! 👍
{{% /feature %}}
Expand Down

0 comments on commit 0bcca23

Please sign in to comment.