Replies: 1 comment
-
Could you give more details and logs? It would be better if you could show how to reproduce. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to run a simple Argo workflow on a Kubernetes node that has unstable network connectivity.
Sometimes, I'm getting the following weird behaviour:
exec
s into the pod to kill thesidecar
containerexec
fails with error:error dialing backend: EOF
restartPolicy
is Never. However if therestartPolicy
is actually Never, the pod for the step should just fail (regardless of the error) and fail the entire workflow. In this case however the step fails and the pod restarts, which is not expected. FinallyretryPolicy
is probably irrelevant in this case since if the step was retried a new pod would be created and the same pod would not be restarted again.Example workflow:
Beta Was this translation helpful? Give feedback.
All reactions