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

Web UI: Please put namespace in the URL #1709

Closed
DanTulovsky opened this issue Dec 13, 2021 · 1 comment
Closed

Web UI: Please put namespace in the URL #1709

DanTulovsky opened this issue Dec 13, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@DanTulovsky
Copy link

Summary

Please put the namespace into the URL of the dashboard component. e.g.

http://myhost/rollout/namespace-foo/rollout-bar

It's not clear how the namespace is currently set, but I often end up in a situation where there seems to be a disconnect between the namespace being shown and the Rollout I am trying to see. e.g. if I am trying to see Rollout "X" in namespace "Y" via:

http://myhost/rollout/X

but the namespace dropdown is set to "Z" (I am not sure how it picks what to show), then I don't see anything.

In general, please also consider showing all the namespaces when clicking into the namespace dropdown. Right now you have to delete the current namespace manually before you can pick a different one (due to auto-complete I assume).

Diagnostics

What version of Argo Rollouts are you running?

v1.1.0+ff3471a

# 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 13, 2021
@jessesuen
Copy link
Member

Duplicate of #1538

@jessesuen jessesuen marked this as a duplicate of #1538 Dec 14, 2021
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