Robert Bailey
Robert Bailey
> According to Agones the pod has been running for 62 minutes. If you look at the pod itself, does it have the same lifetime as Agones reports for the...
1.19 is a long way away (especially on EKS). Is there anything we can do in the mean time? Is there a documentation change we can make to explain to...
My understanding is that right now you need to use helm to set the additional annotations to configure the NLB to use UDP. You don't have to use helm to...
I'm not sure I understand option 1. If we update hugo / docsy are you saying that will fix this for us? Also, I don't think either option will fix...
This sounds like a great improvement for the unity sdk. Would you be interested in sending a pull request to make the proposed changes?
That's an interesting idea. I'm curious if you think it's generally applicable or only suited to your use case.
https://github.com/googleforgames/agones/pull/1764 only updated the code path where we assign a port to the game server.
Check out https://agones.dev/site/docs/contribute/
As an aside, your solution looks similar to the example @pooneh-m just sent a PR for (https://github.com/googleforgames/agones/pull/2499) except that you are using an Agones cluster w/ MCA for routing the...
That warning is coming from [this line](https://github.com/googleforgames/agones/blob/0dbaaffbe122707378e52b2329398c7fa2353f57/pkg/gameserverallocations/metrics.go#L113). It looks like after a successful allocation, the allocator service is trying to look up the game server in the local cluster and...