Jobs created by the CronJob will now auto-delete 4 days after completion.
This prevents zombie Jobs from accumulating when the CronJob spec changes
(e.g., image updates), since ArgoCD only tracks the CronJob resource itself,
not the Jobs it spawns.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add "Unhealthy Pods" stat panel that shows count of pods in error states
(ImagePullBackOff, CrashLoopBackOff, etc.) with red background when > 0
- Add "Pods by Waiting Reason" time series showing container waiting states
- This provides visibility into stuck pods that ArgoCD doesn't track
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>