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

806 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 toVersion
beta false 1.29 1.31
stage defaultValue fromVersion
beta true 1.32

Enables the scheduler's queueing hints feature, 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.