website/content/en/docs/reference/command-line-tools-reference/feature-gates/scheduler-queueing-hints.md

758 B

title content_type _build stages
SchedulerQueueingHints feature_gate
list render
never false
stage defaultValue fromVersion toVersion
beta true 1.28 1.28
stage defaultValue fromVersion
beta false 1.29

Enables the scheduler's queueing hints enhancement, which benefits to reduce the useless requeueing. The scheduler retries scheduling pods if something changes in the cluster that could make the pod scheduled. Queueing hints are internal signals that allow the scheduler to filter the changes in the cluster that are relevant to the unscheduled pod, based on previous scheduling attempts.