-
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
Log viewing problem in UI due pod name changes #6962
Comments
This is a really good point. The UI needs to be smarter, and know which pod name format we use. Proposal: We annotate news workflow with @sarabala1979 @JPZ13 thoughts? |
Aside - I anticipate this being number 1 complained feature if we don't fix quickly. |
I like the idea of annotating the version. |
@JPZ13 Can you take this issue to fix it? |
@sarabala1979 @alexec Yep - I can work on it this afternoon |
Summary
#6712
introduce POD_NAMES Whether to have pod names contain the template name (v2) or be the node id (v1).
#6925
forces all podname on UI to align with v2,
These introduce problems:
all the historical archived workflow logs won't be viewable in UI because they are stored without the template name
all the new workflow/archived workflows logs won't be viewable in UI because they are stored without the template name
What version of Argo Workflows are you running?
master: cf9a6cd
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: