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

fix(kubernetes/job): Fix an edge case where a job can have no pods #6251

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

dzhengg
Copy link
Contributor

@dzhengg dzhengg commented Jul 16, 2024

There is an edge case where in certain situations, a job can have 0 running pods. When clouddriver attempts to retrieve the pod name, it runs into an IndexOutOfBoundsException

@dzhengg dzhengg force-pushed the job-missing-pods-exception-fix branch from 0f566d6 to 7043a0e Compare July 16, 2024 20:09
@dbyron-sf dbyron-sf added the ready to merge Approved and ready for a merge label Jul 16, 2024
@mergify mergify bot added the auto merged Merged automatically by a bot label Jul 16, 2024
@mergify mergify bot merged commit a71e9bd into spinnaker:master Jul 16, 2024
23 checks passed
@dzhengg dzhengg deleted the job-missing-pods-exception-fix branch July 18, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for a merge target-release/1.35
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants