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

RFE: kueue-viz: Display blocking mis-configuration errors so users can unlock their jobs #4050

Open
1 of 3 tasks
akram opened this issue Jan 24, 2025 · 1 comment
Open
1 of 3 tasks
Labels
kind/dashboard Denotes a PR that is related to the built-in dashboard kind/feature Categorizes issue or PR as related to a new feature.

Comments

@akram
Copy link
Contributor

akram commented Jan 24, 2025

What would you like to be added:
Sometimes, misconfiguration issues are blocking jobs to be processed/admitted. Misconfiguration errors, like referencing a local queue that does not exist.
It could be interesting to have a view or notification or "mailbox like" view that shows the jobs or workloads that cannot be processed by kueue because of missing or incoherent configuration.

Why is this needed:
Sometimes users get stuck without seeing immediately why their workload is not processed. Having such a view will improve user experience.

Completion requirements:
This may require to grab statuses conditions for the different type of objects that participates to the admission of a job and if one in the chain is not satisfied, display it in the mis-configuration view.
That would be also interesting to ensure that statuses and conditions are consistent accros all kueue objects.
example of misconfiguration that can be tracked:

  • job targeting non existing local queue
  • local queue referencing non existing cluster queue
  • no default resource flavour defined

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@akram akram added the kind/feature Categorizes issue or PR as related to a new feature. 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/dashboard Denotes a PR that is related to the built-in dashboard kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants