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

Support specifying the pattern for transient errors in argo 2.12 #8681

Closed
kingsxiaoz opened this issue May 9, 2022 · 1 comment
Closed
Labels
type/feature Feature request

Comments

@kingsxiaoz
Copy link

kingsxiaoz commented May 9, 2022

Summary

We are using argo 2.12.10 currently. It is quite stable, but we found sometimes admission controller webhook failed(network issue) which caused the failure of pod creation. Argo will then mark this node to error. We have to manually rerun these error steps. We found there is an enhancement (#4889) already in argo 3.x which will help us to solve this problem by specifying additional transient error pattern via env.

Since it will take us some time to upgrade from argo 2.12.10 to argo 3.x, I'm wondering if it is possible to cherrypick this commit (#4889) to argo version 2.12? Thanks.

Use Cases

We are using argo workflow to execute some long running data processing tasks. If there is any network issue between API server and admission controller webhook, the pod creation will be failed and argo will mark the node to error. We have to rerun these error tasks manually currently.


Message from the maintainers:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

@kingsxiaoz kingsxiaoz added the type/feature Feature request label May 9, 2022
@alexec
Copy link
Contributor

alexec commented May 9, 2022

I’m afraid not. 2.12 has been out of support for sometime.

@alexec alexec closed this as completed May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants