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

Retrying and failing cannot be terminated #2963

Closed
rmgogogo opened this issue Feb 3, 2020 · 6 comments
Closed

Retrying and failing cannot be terminated #2963

rmgogogo opened this issue Feb 3, 2020 · 6 comments
Labels
area/backend kind/bug lifecycle/stale The issue / pull request is stale, any activities remove this label. status/triaged Whether the issue has been explicitly triaged

Comments

@rmgogogo
Copy link
Contributor

rmgogogo commented Feb 3, 2020

It seems that currently tasks that are retrying and failing cannot be terminated (an issue from Argo which seems to be related to it argoproj/argo-workflows#1620)

@rmgogogo rmgogogo added kind/bug area/backend status/triaged Whether the issue has been explicitly triaged labels Feb 3, 2020
@rmgogogo
Copy link
Contributor Author

rmgogogo commented Feb 4, 2020

reproduce step:

def echo_op(value):

return dsl.ContainerOp(

   name='echo',

   image='does-not-exist',

   command=['sh', '-c'],

   arguments=['echo

@rafbarr
Copy link
Contributor

rafbarr commented Feb 4, 2020

Running into this same issue.

@rmgogogo
Copy link
Contributor Author

rmgogogo commented Feb 7, 2020

Paste Yang's rely: for the upper reproduce step, regarding imagePullBackoff, this is by design that Kubernetes will treat this as an infinite retriable issue instead of a failure. This retry is different from the argo retry.

@rmgogogo
Copy link
Contributor Author

rmgogogo commented Feb 7, 2020

@IronPan

@stale
Copy link

stale bot commented Jun 24, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the lifecycle/stale The issue / pull request is stale, any activities remove this label. label Jun 24, 2020
@stale
Copy link

stale bot commented Jul 1, 2020

This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.

@stale stale bot closed this as completed Jul 1, 2020
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this issue Oct 22, 2023
* List Models v2 REST API

Signed-off-by: Jagan Vujjini <jvujjini@Snehas-MacBook-Pro.local>
Signed-off-by: jvujjini <jagan120@gmail.com>

* Fixed lint error

Signed-off-by: jvujjini <jagan120@gmail.com>

---------

Signed-off-by: Jagan Vujjini <jvujjini@Snehas-MacBook-Pro.local>
Signed-off-by: jvujjini <jagan120@gmail.com>
Co-authored-by: Jagan Vujjini <jvujjini@Snehas-MacBook-Pro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend kind/bug lifecycle/stale The issue / pull request is stale, any activities remove this label. status/triaged Whether the issue has been explicitly triaged
Projects
None yet
Development

No branches or pull requests

2 participants