You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graduate PrioritySortingWithinCohort feature gate to GA
Set PrioritySortingWithinCohort to GA with LockToDefault: true at version
0.17. Remove all conditional code paths guarded by the feature gate since
priority sorting within cohorts is now always enabled. Remove associated
disabled-feature test cases and update documentation to no longer reference
the ability to disable the feature.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: site/content/en/docs/concepts/cluster_queue.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,8 +240,7 @@ semantics:
240
240
241
241
{{% alert title="Note" color="primary" %}}
242
242
Within a Cohort, Kueue prioritizes scheduling workloads that will fit under `nominalQuota`.
243
-
By default, if multiple workloads require `borrowing`, Kueue will try to schedule workloads with higher [priority](/docs/concepts/workload#priority) first.
244
-
If the feature gate `PrioritySortingWithinCohort=false` is set, Kueue will try to schedule workloads with the earliest `.metadata.creationTimestamp`.
243
+
If multiple workloads require `borrowing`, Kueue will try to schedule workloads with higher [priority](/docs/concepts/workload#priority) first.
245
244
{{% /alert %}}
246
245
247
246
You can influence some semantics of flavor selection and borrowing
0 commit comments