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

Deployment fails when shutdown pods are encountered #493

Open
Tracked by #577
pihme opened this issue Oct 19, 2021 · 0 comments
Open
Tracked by #577

Deployment fails when shutdown pods are encountered #493

pihme opened this issue Oct 19, 2021 · 0 comments
Labels
bug Something isn't working team/process-automation

Comments

@pihme
Copy link
Contributor

pihme commented Oct 19, 2021

  • Deployment waits for all testbench pods to become ready
  • Sometimes there are shutdown pods still "lying around". These were left there by K8S in order to be able to analyze the reason for their shutdown.
  • If such pods are present, the wait condition fails for the shutdown pods and thus deployment fails.

Fix

  • Improve wait condition to only wait for testbench pods which are not shutdown
  • Alternatively, remove all shutdown pods prior to waiting (at least in the past all the shutdown reason were benign)
@pihme pihme added the bug Something isn't working label Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working team/process-automation
Projects
None yet
Development

No branches or pull requests

1 participant