2.2.6. Release notes for Red Hat build of Kueue version 1.0.1
Red Hat build of Kueue version 1.0.1 is a patch release that is supported on OpenShift Container Platform versions 4.18 and 4.19 on the 64-bit x86 architecture.
Red Hat build of Kueue version 1.0.1 uses Kueue version 0.11.
- Previously, leader election for Red Hat build of Kueue was not configured to tolerate disruption, which resulted in frequent crashing. With this release, the leader election values for Red Hat build of Kueue have been updated to match the durations recommended for OpenShift Container Platform. (OCPBUGS-58496)
-
Previously, the
ReadyReplicascount was not set in the reconciler, which meant that the Red Hat build of Kueue Operator status would report that there were no replicas ready. With this release, theReadyReplicascount is based on the number of ready replicas for the deployment, which ensures that the Operator shows as ready in the OpenShift Container Platform console when thekueue-controller-managerpods are ready. (OCPBUGS-59261) -
Previously, when the
Kueuecustom resource (CR) was deleted from theopenshift-kueue-operatornamespace, thekueue-manager-configconfig map was not deleted automatically and could remain in the namespace. With this release, thekueue-manager-configconfig map,kueue-webhook-server-certsecret, andmetrics-server-certsecret are deleted automatically when theKueueCR is deleted. (OCPBUGS-57960)