2.2.7.2. Known issues
- Jobs in all namespaces are reconciled if they have the
kueue.x-k8s.io/queue-namelabel Red Hat build of Kueue uses the
managedJobsNamespaceSelectorconfiguration field, so that administrators can configure which namespaces opt in to be managed by Red Hat build of Kueue. Because namespaces must be manually configured to opt in to being managed by Red Hat build of Kueue, resources in system or third-party namespaces are not impacted or managed by Red Hat build of Kueue.The behavior in Red Hat build of Kueue 1.0 allows reconciliation of
Jobresources that have thekueue.x-k8s.io/queue-namelabel, even if these resources are in namespaces that are not configured to opt in to being managed by Red Hat build of Kueue. This is inconsistent with the behavior for other core integrations like pods, deployments, and stateful sets, which are only reconciled if they are in namespaces that have been configured to opt in to being managed by Red Hat build of Kueue.- You cannot create a
Kueuecustom resource by using the OpenShift Container Platform web console If you try to use the OpenShift Container Platform web console to create a
Kueuecustom resource (CR) by using the form view, the web console shows an error and the resource cannot be created. As a workaround, use the YAML view to create aKueueCR instead.