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
feat: refactor cleanup cronjob to use pagination and reduce memory usage
Replace AWK-based processing with kubectl pagination API to handle large
resource sets more efficiently. Process resources in batches of 100 using
continuation tokens, and stream through jq to minimize memory footprint.
Increase memory limit from 256Mi to 512Mi to accommodate batch processing.
Add deletion and error counters for better observability.
Generated-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: David Moreno García <damoreno@redhat.com>
0 commit comments