Ben Poland

Results 33 comments of Ben Poland

One workaround we are using right now is to leave a timed pause step at the end of the Rollout. We manually terminate the analysis run so that the only...

> @bpoland , could you elaborate how `triggering a restart` to help reproduce the behavior? Is the new pod a new version? It would be helpful if some output from...

Ah thanks, I had missed that in the docs. Just trying to understand a bit better -- why would respecting the `maxSurge` cause problems during a canary/blue-green update? It seems...

Thanks for the detailed info, that's very helpful! It does seem like it would be possible to scale up the ReplicaSet and then manually evict the oldest pods as it...

Seeing this as well, I think the server started by one test does not get shut down properly and then a later test that tries to create a new one...

We're also hitting this issue after upgrading to terraform 0.14 -- any time we update providers, we have to make sure to re-run `terraform providers lock -platform=darwin_amd64 -platform=linux_amd64` to avoid...

> @ben-dale how and why do you use this API? > > The implementation for the "HeadObject" attributes is straightforward, but I struggle to understand how the "ListParts" attributes are...

👋 since any script called by the yaml could interpolate env vars, this seems like a bit of an arbitrary limitation. At the very least perhaps the error message could...

OK thanks! I have been able to get it working like this in the mean time. It's a little weird but it seems to work 🤷 ``` command: ["/bin/bash", "

I take it back, have been seeing some issues with this approach where some of the later commands get dropped :( Not quite sure what's happening, still playing around with...