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

When creating an agent pod, transient error is not retried #13654

Open
4 tasks done
fyp711 opened this issue Sep 24, 2024 · 0 comments · May be fixed by #13655
Open
4 tasks done

When creating an agent pod, transient error is not retried #13654

fyp711 opened this issue Sep 24, 2024 · 0 comments · May be fixed by #13655
Labels
area/agent Argo Agent that runs for HTTP and Plugin templates area/templates/http type/bug

Comments

@fyp711
Copy link
Contributor

fyp711 commented Sep 24, 2024

Pre-requisites

  • I have double-checked my configuration
  • I have tested with the :latest image tag (i.e. quay.io/argoproj/workflow-controller:latest) and can confirm the issue still exists on :latest. If not, I have explained why, in detail, in my description below.
  • I have searched existing issues and could not find a match for this bug
  • I'd like to contribute the fix myself (see contributing guide)

What happened? What did you expect to happen?

What happened ?

When I use the HTTP template, I find it pending all the time.
image
Then I saw that the workflow status was error, and encountered a transient error.
image
error is : failed to create Agent pod. Reason: Operation cannot be fulfilled on resourcequotas "xxxx": the object has been modified; please apply your changes to the latest version and try again

What did you expect to happen?

I hope to encounter transient errors that can be retried.

Version(s)

v3.4.17

Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.

None

Logs from the workflow controller

None

Logs from in your workflow's wait container

None
@agilgur5 agilgur5 added area/templates/http area/agent Argo Agent that runs for HTTP and Plugin templates labels Sep 24, 2024
@agilgur5 agilgur5 changed the title When creating an agent pod, if it is a transient error, it should be retried. When creating an agent pod, transient error is not retried Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/agent Argo Agent that runs for HTTP and Plugin templates area/templates/http type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants