-
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
inputs.parameters.image was not supplied
using retryStrategy in a DAG since 2.4.0
#1659
Comments
After upgrade to
|
Further info: Every workflow using |
Can you provide ‘init and wait ‘ container logs ? |
For which pod? In my example above both pods associated with succeeded steps ( |
I am able to reproduce in my dev environment. I will work on the fix. Thanks for finding it. |
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
Using
RetryStrategy
on a container causes the retry-step to fail withinputs.parameters.image was not supplied
, even though the resulting child-pod succeeds.What you expected to happen:
The retry step should succeed if the child-pod succeeds within the retry limit.
How to reproduce it (as minimally and precisely as possible):
Workflow: wf-strip.yaml.txt
Anything else we need to know?:
Removing the last 2 lines from the attached workflow, so removing the
retryStrategy
, causes the workflow to succeed. Also works without issue on 2.3.0Environment:
Argo version: 2.4.0
Kubernetes version :
Other debugging information (if applicable):
The text was updated successfully, but these errors were encountered: