We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bbc7b commit cc71610Copy full SHA for cc71610
content/en/docs/reference/command-line-tools-reference/feature-gates/scheduler-queueing-hints.md
@@ -18,7 +18,7 @@ stages:
18
defaultValue: true
19
fromVersion: "1.32"
20
---
21
-Enables [the scheduler's _queueing hints_ enhancement](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md),
+Enables [the scheduler's _queueing hints_ feature](/docs/concepts/scheduling-eviction/scheduling-framework/#queueinghint),
22
which benefits to reduce the useless requeueing.
23
The scheduler retries scheduling pods if something changes in the cluster that could make the pod scheduled.
24
Queueing hints are internal signals that allow the scheduler to filter the changes in the cluster
0 commit comments