Skip to content

Commit 0190eeb

Browse files
committed
fix based on reviews
1 parent ba05f7a commit 0190eeb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/en/docs/concepts/scheduling-eviction/scheduling-framework.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,14 @@ PreEnqueue, PreFilter, Filter, Reserve and Permit plugins are supposed to implem
230230
{{< feature-state for_k8s_version="v1.28" state="beta" >}}
231231

232232
QueueingHint is a part of EnqueueExtension.
233-
It's callback functions to decide if a Pod can be requeued to activeQ/backoffQ.
234-
It's executed every time certain kind of events happens,
233+
It's a callback function for deciding whether a Pod can be requeued to the active queue or backoff queue.
234+
It's executed every time a certain kind of events happen,
235235
and when the QueueingHint finds that the event might make the Pod schedulable,
236-
the scheduling queue requeues the Pod into activeQ/backoffQ so that the scheduler will retry the scheduling of the Pod.
236+
the Pod is put into the active queue or the backoff queue
237+
so that the scheduler will retry the scheduling of the Pod.
237238

238239
{{< note >}}
239-
QueueingHint is a beta-level field and enabled by default in 1.28.
240+
QueueingHint is a beta-level field and is enabled by default in 1.28.
240241
You can disable it via the
241242
`SchedulerQueueingHints` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
242243
{{< /note >}}

0 commit comments

Comments
 (0)