-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Deleted pods in k8s needs to be handled in argo. #893
Comments
I tried to reproduce this, but I could not. I am able to confirm that deleted pods are indeed being retried:
In the above example, I deleted a few pods from underneath the controller. The pod was retried as expected. I'm now looking at the output in the original bug, I actually do no see evidence that this isn't working as intended. Here we see that
I think the real issue is that Here is another issue where retry node was stuck: #965 |
Is this a BUG REPORT or FEATURE REQUEST?:
BUG Report
What happened:
When underlying pod is deleted in k8s. Argo retry node is not spawning new node even if re-try attempts are left.
What you expected to happen:
Controller should treat deleted pods as errors and continue with either creating new pod or mark retry node as error appropriately.
How to reproduce it (as minimally and precisely as possible):
Delete pod in retry node manually in k8s.
Anything else we need to know?:
Environment:
Other debugging information (if applicable):
The text was updated successfully, but these errors were encountered: