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

Archived workflows cannot be batch deleted #11324

Closed
2 of 3 tasks
terrytangyuan opened this issue Jul 10, 2023 · 1 comment · Fixed by #11338
Closed
2 of 3 tasks

Archived workflows cannot be batch deleted #11324

terrytangyuan opened this issue Jul 10, 2023 · 1 comment · Fixed by #11338

Comments

@terrytangyuan
Copy link
Member

Pre-requisites

  • I have double-checked my configuration
  • I can confirm the issues exists when I tested with :latest
  • I'd like to contribute the fix myself (see contributing guide)

What happened/what you expected to happen?

The changes in #11121 currently only supports deleting either/both archived/live workflows individually in workflow details page. However, users cannot delete a batch of them together in the list view and only live (non-archived) workflows can be deleted.

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.

Any workflow

Logs from the workflow controller

kubectl logs -n argo deploy/workflow-controller | grep ${workflow}

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
@terrytangyuan
Copy link
Member Author

terrytangyuan commented Jul 10, 2023

Would anyone like to contribute a fix before I get to it?

edit: already on it.

terrytangyuan added a commit to terrytangyuan/argo-workflows that referenced this issue Jul 12, 2023


Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
tico24 pushed a commit to tico24/argo-workflows that referenced this issue Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants