Enforce Kueue Management of Workloads

As a batch administrator, you may want to configure Kueue to ensure that all Workloads created by batch users will be managed by Kueue. There are several mechanisms that can be used for this enforcement, depending on the versions of Kubernetes and Kueue you are using.

Setup default LocalQueue

Setup default LocalQueue to fullfil a queue label on jobs that submited without queue label.

Setup a Job Admission Policy

Implementing Validating Admission Policy to prevent job creation without queue name.

Setup manageJobsWithoutQueueName

Using manageJobsWithoutQueueName and mangedJobsNamespaceSelector to prevent admission of Workloads without assigned LocalQueues.