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

Analysis button in UI does not work #3248

Open
DanTulovsky opened this issue Dec 12, 2023 · 2 comments
Open

Analysis button in UI does not work #3248

DanTulovsky opened this issue Dec 12, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@DanTulovsky
Copy link

Checklist:

  • [x ] I've included steps to reproduce the bug.
  • [x ] I've included the version of argo rollouts.

Describe the bug

For a failed analysis run, the UI button that expands the analysis and shows the checks doesn't work.

Clicking on the left button I am hovering over results in an empty screen:

image

Clicking on the currently running analysis results in correct behavior:

image

To Reproduce

I don't know how to reproduce this.

Expected behavior

When the button is clicked, it expands properly.

Screenshots

Please see above.

Version

1.6.3

Logs

Here is what is shown in the javascript console when I click the broken button:

image

# Paste the logs from the rollout controller

# Logs for the entire controller:
kubectl logs -n argo-rollouts deployment/argo-rollouts

# Logs for a specific rollout:
kubectl logs -n argo-rollouts deployment/argo-rollouts | grep rollout=<ROLLOUTNAME

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

@DanTulovsky DanTulovsky added the bug Something isn't working label Dec 12, 2023
@DanTulovsky
Copy link
Author

(Same behavior on version 1.6.4. It seems any failed analysis run results in this behavior)

@zachaller
Copy link
Collaborator

This would be fixed by this and this also adds a whole nice new widget, #3174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants