Skip to content

Commit 9c88b40

Browse files
committed
Update scheduler framework doc to include PreEnqueue
1 parent 1bb518d commit 9c88b40

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ stateful tasks.
5454

5555
{{< figure src="/images/docs/scheduling-framework-extensions.png" title="scheduling framework extension points" class="diagram-large">}}
5656

57+
### PreEnqueue {#pre-enqueue}
58+
59+
These plugins are called prior to adding Pods to the internal active queue, where Pods are marked as
60+
ready for scheduling.
61+
62+
Only when all PreEnqueue plugins return `Success`, the Pod can enter the aforementioned scheduling
63+
cycle. Otherwise, it's moved and parked in the internal unschedulable Pods pool.
64+
5765
### QueueSort {#queue-sort}
5866

5967
These plugins are used to sort Pods in the scheduling queue. A queue sort plugin
56.9 KB
Loading

0 commit comments

Comments
 (0)