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

Argo Sever: workflow missed workflows.argoproj.io/creator label when submitted by resubmit button in Argo UI workflows page or archived workflows page #14348

Closed
4 tasks done
ChenRussell opened this issue Apr 3, 2025 · 0 comments · Fixed by #14349
Labels

Comments

@ChenRussell
Copy link
Contributor

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?

workflow missed workflows.argoproj.io/creator label when submitted by resubmit button in Argo UI workflows page or archived workflows page

Version(s)

v3.4.8

Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.

apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
  generateName: hello-world-
spec:
  entrypoint: main
  templates:
    - name: main
      container:
        image: alpine
        command: ["echo"]
        args: ["Hello, Argo!"]

Logs from the workflow controller

no logs

Logs from in your workflow's wait container

no logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant