-
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
fix: correct pod names for inline templates. Fixes #12895 #12928
Conversation
Signed-off-by: AlbeeSo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a test?
I see the UI logic for pod names has diverged a bit -- #7605 added a This logic could perhaps be simplified to just |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@shuangkun do you or @AlbeeSo plan to update this PR with the requested changes? |
Superseded by #13261 |
Fixes #12895
Motivation
argo-workflows/workflow/util/pod_name.go
Line 60 in 87a2041
Incorrect pod names of inline templates will lead to empty UI logs problem.
Modifications
Verification
Test with the workflow mentioned in issue, got result like image post below: