argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.21k forks source link

fix(operator): allow retries to consider exit code from init container. Fixes #11354 #13852

Open tooptoop4 opened 3 weeks ago

tooptoop4 commented 3 weeks ago

Fixes https://github.com/argoproj/argo-workflows/issues/11354

tooptoop4 commented 3 weeks ago

although this would fix #11354, https://github.com/argoproj/argo-workflows/pull/13858 refactors this (superseding it) by also including fixes for 10717 and 10045