Skip to content

Commit 625b031

Browse files
committed
fixup: address comments
1 parent 936ac55 commit 625b031

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,18 @@ equivalent to "Predicate" and "Scoring" is equivalent to "Priority function".
5252
One plugin may register at multiple extension points to perform more complex or
5353
stateful tasks.
5454

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

5757
### PreEnqueue {#pre-enqueue}
5858

5959
These plugins are called prior to adding Pods to the internal active queue, where Pods are marked as
6060
ready for scheduling.
6161

6262
Only when all PreEnqueue plugins return `Success`, the Pod is allowed to enter the active queue.
63-
Otherwise, it's placed in the internal unschedulable Pods list.
63+
Otherwise, it's placed in the internal unschedulable Pods list, and doesn't get an `Unschedulable` condition.
6464

65-
{{< note >}}
66-
67-
More details about how internal scheduler queues work, please check this
68-
[document](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-scheduling/scheduler_queues.md).
69-
70-
{{< /note >}}
71-
72-
> Check more details
65+
For more details about how internal scheduler queues work, read
66+
[Scheduling queue in kube-scheduler](https://github.com/kubernetes/community/blob/f03b6d5692bd979f07dd472e7b6836b2dad0fd9b/contributors/devel/sig-scheduling/scheduler_queues.md).
7367

7468
### QueueSort {#queue-sort}
7569

0 commit comments

Comments
 (0)