Zach Loafman

Results 19 issues of Zach Loafman

When I implemented support for GKE Autopilot (#2777), I blocked the [`Passthrough`](https://agones.dev/site/docs/reference/gameserver/) port policy on Autopilot because it was complicated: Right now we do a handshake with Autopilot - we...

kind/feature

I introduced the `apiHooks` global singleton in #2868, but it has some real issues with unit tests. This is not surprising, given that it's the very definition of spooky action...

kind/bug
stale

Autopilot adjusts resource requests to minimums: From [here](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-resource-requests#min-max-requests): _The ephemeral storage limit must be within 10 MiB and 10 GiB for all compute classes and hardware configurations._ `TestGameServerEvicted` uses a...

kind/bug
awaiting-maintainer

**Is your feature request related to a problem? Please describe.** There are three modules in the tree that reference `install/terraform/modules/gke`: * `build/terraform/gke` * `build/terraform/e2e` * `example/terraform-submodules/gke` Additionally, there are many...

kind/feature
awaiting-maintainer

* Adds a Gemma deployment, but it needs an API key. I would like to add a secret, probably in common, that has to be edited before deployment, so I'm...

Right now, we just post design documents as comments. This can be kind of confusing - take https://github.com/googleforgames/agones/issues/3008#issuecomment-2174571364 as an example: * This is not the first comment - rather,...

kind/feature

* adds an `httpserver` utility package to handle the `Run` function that controller/extensions use. Make that context aware using the same method as https.Run: https://github.com/googleforgames/agones/blob/dfa414e5e4da37798833bbf8c33919acb5f3c2ea/pkg/util/https/server.go#L127-L130 * also plumbs context-awareness through...

size/M
size/L
kind/other

I've been fighting a 2-3% flake in these tests, both related to our servers not seemingly to terminate connections during graceful shutdown. Common errors include: `rpc error: code = Unavailable...

kind/bug