Austin Horning
Austin Horning
It seems like it would be possible to set the allocator to return the labels and annotations unless some flag is set(configurable in the helm charts), or alternatively return nothing...
I can help a bit here as I was running into this exact problem. For debugging this case: you should probably catch the `k8s.Autorest.HttpOperationException` and read out the response content....
Just as a note, C# 8.0 was only introduced as of Unity 2020.3. Introducing C# 8.0 features would move the [currently stated supported unity version](https://github.com/googleforgames/agones/blob/4b4b6284a2fff56d0afea3b231d53ab0c17892d3/site/content/en/docs/Guides/Client%20SDKs/unity.md#prerequisites). That being said, 2020.3 appears...
In response to the questions: 1. I don't think that causes a self terminate. I was seeing if this was possible already by exiting with code 0 and kubernetes was...
That's totally a manageable amount of integration! If that's an option, then that would actually be my preferred solution mostly because it makes it significantly easier to figure out *why*...
1. It's definitely useful, and semantically correct. The game server is(hopefully) booting back up, so we should probably treat it as such. It isn't allocated any longer, and it definitely...
Actually yeah, for an example those are way simpler than what I was talking about and much easier to understand. I can build whatever container restart timing stuff I need...
I'm not sure that you would need to. This is intended to be stateless, so it just pretends that it's a normal buffer autoscaler. It just so happens that the...
Yeah, that seemed like the way to keep the changes to the autoscaler as minimal and resilient as possible. Your comment did remind me that there's an important distinction here...
Yeah, I think that would be ideal. That way I can articulate the widest range of scheduled events. For example, you provided a very good example of when the %...