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
It should mark workflow as succeeded state, but it is in running condition from past 6 days.
Version(s)
v3.5.11
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.
We cannot produce the similar issue.
Logs from the workflow controller
kubectl logs -n argo deploy/workflow-controller | grep ${workflow}
we redeployed workflow controller by attaching workflowtaskresult to service account role.But it also didn't work successfully and able to mark workflow as completed
Logs from in your workflow's wait container
kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
It is showing no resources found in <namespace> namespace
but using kubectl get wf <workflowname> -n <Namespace>
It is showing running state
The text was updated successfully, but these errors were encountered:
Unfortunately, without a workflow that reproduces the issue no one can investigate or debug this. Please update the description with a workflow that reproduces the issue.
This issue has been automatically marked as stale because it has not had recent activity and needs more information. It will be closed if no further activity occurs.
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?
It should mark workflow as succeeded state, but it is in running condition from past 6 days.
Version(s)
v3.5.11
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.
We cannot produce the similar issue.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: