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: Support ray jobs in workloads view #4048

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

RFE: kueue-viz: Support ray jobs in workloads view #4048

akram opened this issue Jan 24, 2025 · 1 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.

Comments

@akram
Copy link
Contributor

akram commented Jan 24, 2025

What would you like to be added:
Currently, kueue-viz dashboard and workload views displays workloads and their attached pods. The link between the workload and the pod is determined by using controller-uid label on the pod and make it match with the workload's jobUid label.
See https://github.com/kubernetes-sigs/kueue/blob/release-0.10/cmd/experimental/kueue-viz/backend/handlers/workloads_dashboard.go#L80-L89

For RayJobs it is a bit different causing RayJobs that has not been admitted yet as jobs to no be displayed.
It could be interesting to have a better support of RayJobs or other type of custom integration.

Why is this needed:
User of kueue who uses something else than "standard" jobs may want to have information about their jobs admission.

Completion requirements:
Determine which labels and values have to be reconcilied to display RayJobs in the dashboard view.
Optionally, if a generic way can be implemented for any custom integration, that would be great.

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