Zach Loafman

Results 66 comments of Zach Loafman

Also leaving breadcrumbs: We need the frontend service as an authentication proxy. I'd love to get rid of it entirely, but that is blocked on: https://github.com/grafana/grafana/discussions/40844#discussioncomment-4332200 - if that issue...

Let's limit the design for now just to the fallback discussion from #3718 / #3686 - we'll have someone working soon on the scheduling part. However, lifting a bit from...

> I think that "change nothing" is a reasonable default policy if all other steps error or their conditions weren't met. After all, it's the only action that makes sense...

@austin-space Seems like it's something that could be implement as a conditional in the chain, though we'd have to be careful on how we define it so that it's deterministic...

@nrwiersma Someone will be working on scheduled autoscalers starting in 3-4 weeks - are you interested in re-driving https://github.com/googleforgames/agones/pull/3718 with the above discussion prior to that? If not, do you...

Design LGTM! A couple of nits: --- > It is recommended to use ISO8601 time format if you would like to specify a timezone. If a timezone is specified and...

If you go into the step output, you can see the whole e2e output. I agree, though, and I struggled to find the right balance - in part because there's...

> If you turn off verbosity in go tests, it will give you the output only if the tests fail. So it should be a quick fix. I spent about...

An example command that worked for me from the tip of `main` after packaging: ``` helm install my-release https://storage.googleapis.com/agones-chart-ci/agones-1.30.0-fa32a31.tgz --namespace agones-system --create-namespace --set agones.featureGates="SafeToEvict=true&SplitControllerAndExtensions=true" --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.30.0-fa32a31 ```

> I didn't quite get it so haven't fixed it yet. I realized I didn't word the first bullet quite right. Right now you have to have a clone of...