How to purge previous RS in argo-rollouts after promotion #4688
Replies: 2 comments
|
I think setting revisionlimit to a lower number (or even zero) should work https://argo-rollouts.readthedocs.io/en/stable/best-practices/#reducing-operator-memory-usage Did you try this already? |
|
Yes, revisionHistoryLimit is usually the main mechanism for this. In practice, keeping it at a low value (for example 1 or 2) helps reduce ReplicaSet clutter while still preserving limited rollback history. For GitOps-style environments, a small non-zero value is often a reasonable balance. |
Uh oh!
There was an error while loading. Please reload this page.
Hello.
When I promote a RS in Argo Rollouts, the previous one remains there with zero pods.
It's polluting a little the interface with lots of empty RS (zero pods). Is it possible to auto-remove them?'
Thanks kindly in advance for your help.
All reactions