You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
workflow status node output parameters is missing occasionally, and it's hard to reproduce it.
I checked the wait container exit code is 0, and the main container logs are successfully uploaded to s3, so I think wait container has successfully created the workflowtaskresult.
My pod gc strategy is OnPodCompletion, when pod was deleted, the workflowtaskresult will be deleted too. I think the problem is in the workflow-controller, I have checked the related code, but can't find the root cause.
The correct node status output is:
The abnormal node status output is like this:
Version(s)
v3.4.8
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
Uh oh!
There was an error while loading. Please reload this page.
Pre-requisites
: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.What happened? What did you expect to happen?
workflow status node output parameters is missing occasionally, and it's hard to reproduce it.
I checked the wait container exit code is 0, and the main container logs are successfully uploaded to s3, so I think wait container has successfully created the workflowtaskresult.
My pod gc strategy is OnPodCompletion, when pod was deleted, the workflowtaskresult will be deleted too. I think the problem is in the workflow-controller, I have checked the related code, but can't find the root cause.
The correct node status output is:
The abnormal node status output is like this:
Version(s)
v3.4.8
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: