Description
First of all, great work on new features you added this year. I was just trying out the new Workload feature and noticed on our cluster a lot of degraded pods that were created by our cronjobs, which I believe are actually ok. More details further.
Describe the bug
When cronjob creates jobs, by default it keeps 3 successful ones and their pod as well. Successful runs usually have pod in Completed status. However, k9s shows them in Workloads as Degraded (I assume derived from number of running pods?).
To Reproduce
Steps to reproduce the behavior:
- Create cronjob ( this one should work)
- Wait until it runs couple times.
- Open k9s and go to Workloads
- See that pods related to jobs are shown as DEGRADED.
Expected behavior
Expected status of pods related to finished jobs to be OK or COMPLETED or anything not demanding attention and differently colored than red/orange (maybe same color as Completed pods?)
Versions (please complete the following information):
- OS: Ubuntu 20.04
- K9s: v0.32.3
- K8s: v1.29.4-eks-036c24b