Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jliedy opened this issue Oct 17, 2024 · 3 comments
Open

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

jliedy opened this issue Oct 17, 2024 · 3 comments
Labels
bug Something isn't working EKS Related to Amazon Elastic Kubernetes Service
Milestone

Comments

@jliedy
Copy link

jliedy commented Oct 17, 2024

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.

@dosubot dosubot bot added bug Something isn't working EKS Related to Amazon Elastic Kubernetes Service labels Oct 17, 2024
@jliedy
Copy link
Author

jliedy commented Oct 17, 2024

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

@jliedy
Copy link
Author

jliedy commented Oct 17, 2024

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

@joaquimrocha joaquimrocha added this to the v0.26.0 milestone Oct 18, 2024
@jliedy
Copy link
Author

jliedy commented Oct 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working EKS Related to Amazon Elastic Kubernetes Service
Projects
Development

No branches or pull requests

2 participants