Jesse Suen
Jesse Suen
I've been thinking about this some more. I think the way I would solve this, is with a simple controller that monitors ConfigMaps and Secrets. These objects would be annotated...
I just came across a project which took a slightly different but similar approach and already has built-in support for Argo Rollouts! https://github.com/stakater/Reloader Has anyone tried using reloader with Argo...
Looks like their implementation is tied to rollout releases: https://github.com/stakater/Reloader/issues/232 I think we should improve Rollout support in Reloader so that it is no longer tightly coupled to Rollout versions
Yes. The documentation is clear on this: https://argoproj.github.io/argo-rollouts/features/restart/ > Note: Unlike deployments, where a "restart" is nothing but a normal rolling upgrade that happened to be triggered by a timestamp...
I would love a way to handle this, but the hard part of this problem is we need to support restarts **in the middle of canary & blue-green updates**. This...
Sorry I think I didn't convey a lot of context. So first it's important to understand that we have a requirement to perform rollout restarts in the middle of an...
Thanks for bringing this up to our attention. I do know there is a lot of room for improvements to lock contention. @alswl - how did you experience lock contention...
Please correct my understanding: Based on what I see in the PR, the improvement being made is that instead of a single lock for an entire clusterInfo, we now have...
There's a macOS arm64 version installable via brew: ``` $ file `which jq` /opt/homebrew/bin/jq: Mach-O 64-bit executable arm64 ``` You can see the patch which was necessary to get this...
All four of the projects have passing badges now: | Project | Badge | |--------|--------| | CD | [](https://bestpractices.coreinfrastructure.org/projects/4486) | | Rollouts | [](https://bestpractices.coreinfrastructure.org/projects/3834) | |...