[X] 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.
[X] I have searched existing issues and could not find a match for this bug
kubectl get wf -n {namespace} returns some workflows not found in the workflows or archived workflows API (fetched without any parameters), but they are returned when fetched or deleted individually using the API: api/v1/workflows/{namespace}/{workflow-name}.
Version(s)
v3.5.8
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.
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?
kubectl get wf -n {namespace}
returns some workflows not found in the workflows or archived workflows API (fetched without any parameters), but they are returned when fetched or deleted individually using the API:api/v1/workflows/{namespace}/{workflow-name}
.Version(s)
v3.5.8
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.
Logs from the workflow controller
Logs from in your workflow's wait container