-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Self reporting progress does not work when workflows.argoproj.io/progress
is set
#13057
Closed
4 tasks done
Labels
Comments
jswxstw
added a commit
to jswxstw/argo-workflows
that referenced
this issue
Jun 28, 2024
…#13057 Signed-off-by: oninowang <[email protected]>
jswxstw
added a commit
to jswxstw/argo-workflows
that referenced
this issue
Jun 28, 2024
…es legacy/insecure pod patch. Fixes argoproj#13057 Signed-off-by: jswxstw <[email protected]>
jswxstw
added a commit
to jswxstw/argo-workflows
that referenced
this issue
Jun 28, 2024
…es legacy/insecure pod patch. Fixes argoproj#13057 Signed-off-by: jswxstw <[email protected]>
jswxstw
added a commit
to jswxstw/argo-workflows
that referenced
this issue
Aug 11, 2024
…#13057 Signed-off-by: oninowang <[email protected]>
jswxstw
added a commit
to jswxstw/argo-workflows
that referenced
this issue
Aug 11, 2024
…es legacy/insecure pod patch. Fixes argoproj#13057 Signed-off-by: jswxstw <[email protected]>
jswxstw
added a commit
to jswxstw/argo-workflows
that referenced
this issue
Aug 11, 2024
…#13057 Signed-off-by: jswxstw <[email protected]>
Joibel
pushed a commit
to pipekit/argo-workflows
that referenced
this issue
Sep 19, 2024
…#13057 (argoproj#13260) Signed-off-by: jswxstw <[email protected]> Signed-off-by: oninowang <[email protected]>
Joibel
pushed a commit
that referenced
this issue
Sep 20, 2024
…13260) Signed-off-by: jswxstw <[email protected]> Signed-off-by: oninowang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The workflow sample in docs: https://argo-workflows.readthedocs.io/en/stable/progress/ does not work.
#8000 this creates a
WorkflowTaskResult
instead of doing a pod patch. However,podReconciliation
still reconcile node progress from annotationworkflows.argoproj.io/progress
, so node progress reconciled fromWorkflowTaskResult
is overrided by the initial progress annotation on the pod:0/100
.Version
latest
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows 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: