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

Fix kueue-viz frontend navigation to allow direct pages access #4051

Open
akram opened this issue Jan 24, 2025 · 1 comment
Open

Fix kueue-viz frontend navigation to allow direct pages access #4051

akram opened this issue Jan 24, 2025 · 1 comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/dashboard Denotes a PR that is related to the built-in dashboard

Comments

@akram
Copy link
Contributor

akram commented Jan 24, 2025

What would you like to be cleaned:

Currently, only the / page of kueue-viz can be access directly. This is routing problem in react application. There are different ways to fix that, one of them being to use a reverse proxy for proper url rewriting. But we want to avoid that to avoid having an additional component.

If there is a possibility to fix that using react routes that would be great. Or eventually, using ingress configuration.

Why is this needed:
That will improve user experience. Right now, if we try to access directly /local-queues we will get a 404 error.

@akram akram added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Jan 24, 2025
@mimowo
Copy link
Contributor

mimowo commented Jan 24, 2025

/kind dashboard

@k8s-ci-robot k8s-ci-robot added the kind/dashboard Denotes a PR that is related to the built-in dashboard label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/dashboard Denotes a PR that is related to the built-in dashboard
Projects
None yet
Development

No branches or pull requests

3 participants