You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As engineer maintaining many clusters I want an upgradejob history limit So that upgradejobs (and its owned resources) don't pile up endlessly
Context
Currently there is no pruning of upgradejobs. Upgradejobs and all its owned resources like jobs triggered by upgradejobhooks etc. accumulate endlessly.
A configurable upgradejob history limit with a sane default would mitigate this.
Summary
As engineer maintaining many clusters
I want an upgradejob history limit
So that upgradejobs (and its owned resources) don't pile up endlessly
Context
Currently there is no pruning of upgradejobs. Upgradejobs and all its owned resources like jobs triggered by upgradejobhooks etc. accumulate endlessly.
A configurable upgradejob history limit with a sane default would mitigate this.
Out of Scope
No response
Further links
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#jobs-history-limits
Acceptance Criteria
Implementation Ideas
Use same approach as job history limit for kubernetes cronjobs
The text was updated successfully, but these errors were encountered: