-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
UI logs for multi-step workflows with templateRef still missing in v3.2.1 #6989
Comments
confirm reproducible with
Hi @JPZ13 , can you have a look into this as well |
Yes. I'll incorporate into #6982 |
@kruegener and @tczhao - are there any other notable edge cases you're seeing? I'll add specific tests for each case y'all call out |
So far just the templateRef in a multi-step workflow in our case. Will update if there's more. Thanks for fixing it ;) |
You're welcome! And thanks for catching it/filing the issue |
Thank you @JPZ13 |
Summary
Version 3.2.0 introduced a bug regarding logs in the UI for multi-step workflows #6947.
This was mostly fixed with version 3.2.1 via #6925, however some edge cases still fail.
In our case, a step using
templateRef
still does not work. The pod name in the UI for this step containsundefined
, where according to the new pod naming scheme the step name should be.The same config used to work in 2.x.x and 3.1.8.
The workflow actually runs the step/pod completely ok, just the logs are still missing.
Diagnostics
Setup of issue.
What executor are you running? Docker/K8SAPI/Kubelet/PNS/Emissary:
Docker
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: