live wire
AI · Red Hat documents usage-based admission fair sharing for Kueue 1.4 on OpenShiftRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLMAI · Red Hat documents usage-based admission fair sharing for Kueue 1.4 on OpenShiftRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLM
upstreambeat.ai
guideAI

Red Hat shows how Kueue 1.4 can curb queue starvation on shared OpenShift clusters

Admission fair sharing uses historical consumption to order waiting jobs without evicting workloads already running.

Shared queues compete fairly for scarce cluster resources.
AI-generated diagram
By The News Desk· Sep 4, 2026

Red Hat has published a hands-on configuration guide for admission fair sharing in Red Hat build of Kueue 1.4, aimed at platform teams running AI and high-performance computing jobs against a shared pool of scarce CPUs or GPUs.

The problem is familiar on multi-tenant clusters: a first-in, first-out queue can let one tenant dominate available quota while later workloads wait. Admission fair sharing changes the ordering decision by accounting for each tenant’s historical resource use. A queue that has consumed less over time is favored when capacity becomes available.

Fairness without evicting active jobs

The important distinction is that admission fair sharing changes which waiting workload starts next; it does not remove a workload that is already running. Red Hat contrasts that behavior with fair sharing-based preemption, which can evict active pods.

The feature operates across LocalQueue objects that feed a common ClusterQueue. Kueue combines recorded consumption with an immediate admission penalty, then adjusts the result by the local queue’s configured weight. That penalty is intended to stop one tenant from submitting a burst and taking several consecutive admission slots before usage statistics catch up.

Red Hat’s OpenShift 4.22 documentation lists admission fair sharing as an enhancement in Red Hat build of Kueue 1.4. The release is generally available on OpenShift Container Platform 4.18 and later and is based on upstream Kueue 0.18.

What platform teams configure

Administrators enable the feature in the cluster-scoped Kueue custom resource, then set UsageBasedAdmissionFairSharing on the shared ClusterQueue. The default configuration uses a 30-minute usage half-life, a five-minute sampling interval and equal resource weights. A custom mode allows teams to change those parameters and assign different weights to resources such as CPU.

The new guide walks through two local queues competing for a single CPU. After a job from the first queue consumes the quota, removing it causes the scheduler to admit a waiting job from the lower-use queue. Historical consumption then decays according to the configured half-life.

There are two operational limits to note. Usage-based ordering applies only when tenants share the same ClusterQueue; separate cluster queues do not contend with each other and therefore are not reordered by this feature. Admission fair sharing also takes precedence over Kubernetes priority classes, with priority used only as a tiebreaker when queues have equal usage.

For platform teams, that makes the feature most relevant where several groups intentionally share an expensive resource pool. It offers a way to reduce long-term starvation without disrupting active training, evaluation or batch workloads—but it also means queue topology, history decay and weights become part of the cluster’s scheduling policy and should be tested before production rollout.

Filed by The News Desk. Corrections: desk@upstreambeat.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.