argo-workflows: cannot delete workflow with artifacts

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?

I enable Artifacts with Azure Storage Blob as artifactory. And I wrote workflow with artifacts for passing parameters. However, I found some of these workflows cannot be deleted. Whatever from Argo UI or command argo delete. Even I update Argo Workflow, all workflow records are clean except these workflows. I don’t know how to delete them.

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.

none

Logs from the workflow controller

none

Logs from in your workflow’s wait container

none

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 42 (20 by maintainers)

Most upvoted comments

@Andykmcc I think I see where in the code it’s doing exactly what you say - I will fix it. Probably no need to do any more troubleshooting on your part. Thanks.