headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 155 forks source link

"Jobs" section fails in EKS k8s v1.31 #2446

Open jliedy opened 3 days ago

jliedy commented 3 days ago

We recently upgraded one of our EKS clusters to v1.31 and now the "Jobs" section fails to load (the page "Uh-oh! Something went wrong." comes up).

As an aside, I found this out trying to troubleshoot why a bash script we use internally was having issues pulling the status type of a job using kubectl get "job/job" -o jsonpath='{.status.conditions[0].type}' Initially, a completed job would output Complete at that tier, but later would only output Complete at the .status.conditions[1].type tier after the upgrade.

jliedy commented 3 days ago

Oh, I should probably say I'm running this on Ubuntu 24.04.1 LTS using the .deb package install (v0.25.1).

jliedy commented 3 days ago

It could be that .status.conditions[*].type would output both SuccessCriteriaMet and Complete

jliedy commented 2 days ago

@joaquimrocha Let me know if there's any info I can grab that would be helpful.