aai-institute / aai-institute/jobq
Automatically determine namespace and queue name when submitting jobs
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Goals:
- User does not have to specify a Kueue queue name as part of `SchedulingOptions` (that attribute can actually be removed).
- Backend determines Kubernetes namespace and Kueue local queue from the project that a job is submitted in.
Implementation notes:
- This implies that the backend will require cluster-wide Kubernetes RBAC permissions, not just for a single namespace.
Contributor guide
Assessment
This issue has not been assessed yet.