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

v3.5.11 : Workflow stuck in running state even after successful completion of workflow #13949

Open
3 of 4 tasks
shivani-cell opened this issue Nov 27, 2024 · 3 comments
Open
3 of 4 tasks
Labels
type/bug type/regression Regression from previous behavior (a specific type of bug)

Comments

@shivani-cell
Copy link

Pre-requisites

  • I have double-checked my configuration
  • 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
  • I'd like to contribute the fix myself (see contributing guide)

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

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
@shivani-cell shivani-cell added type/bug type/regression Regression from previous behavior (a specific type of bug) labels Nov 27, 2024
@blkperl
Copy link
Contributor

blkperl commented Nov 27, 2024

hey @shivani-cell did you check to see if your issue is related to #13937?

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.

@blkperl blkperl added the problem/more information needed Not enough information has been provide to diagnose this issue. label Nov 27, 2024
Copy link
Contributor

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.

@github-actions github-actions bot added the problem/stale This has not had a response in some time label Dec 12, 2024
@tooptoop4
Copy link
Contributor

where @shivani-cell

@github-actions github-actions bot removed problem/stale This has not had a response in some time problem/more information needed Not enough information has been provide to diagnose this issue. labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug type/regression Regression from previous behavior (a specific type of bug)
Projects
None yet
Development

No branches or pull requests

3 participants