-
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
v3.5.9 UI: Clicking pod logs button crashes UI #13415
Comments
Verified, we have that, too. |
Just upgraded from |
This appears to be due to out-of-order cherry-picking; #12973 was cherry-picked before #12964. In fact, it was cherry-picked into an older patch (v3.5.7) because it was a fix, while #12964 is a refactor that was cherry-picked only for 3.5.9 in order to resolve merge conflicts for #13039 etc. I'm pretty surprised this didn't get caught by static analysis by the type-checker during build or the linter. The |
I suspected that the In the interim, I'll push up a hotfix for this and should have 3.5.10 out tonight as this is affecting lots of people; fastest rate of upvotes I've seen in this repo (I guess it's good the UI is popular at least 😅 ) |
Fixes #13415 (#13415) - 27a283a ended up getting cherry-picked/backported before b1c51df, causing the import to disappear and crashing the UI when `getTemplateNameFromNode` was attempted to be used - one removed the import and the other added it; the removal ended up being an "invisible" merge conflict - and the `release-3.5` build apparently doesn't type-check, so it didn't get caught in CI. see the issue for more details on that. Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
Thanks @agilgur5 |
Indeed. Very quick. Thank you! |
Thank you! |
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?
crash:
There are no relevant server logs.
Workaround:
Roll back to 3.5.8
Edit: I would encourage others to use the thumb emoji rather than an unnecessary "we have this issue too"-style comment.
Version(s)
v3.5.9
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.
Any workflow.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: