You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These plugins are called prior to adding Pods to the internal active queue, where Pods are marked as
115
+
ready for scheduling.
116
+
117
+
Only when all PreEnqueue plugins return `Success`, the Pod is allowed to enter the active queue.
118
+
Otherwise, it's placed in the internal unschedulable Pods list, and doesn't get an `Unschedulable` condition.
119
+
120
+
For more details about how internal scheduler queues work, read
121
+
[Scheduling queue in kube-scheduler](https://github.com/kubernetes/community/blob/f03b6d5692bd979f07dd472e7b6836b2dad0fd9b/contributors/devel/sig-scheduling/scheduler_queues.md).
122
+
-->
123
+
这些插件在将 Pod 被添加到内部活动队列之前被调用,在此队列中 Pod 被标记为准备好进行调度。
124
+
125
+
只有当所有 PreEnqueue 插件返回 `Success` 时,Pod 才允许进入活动队列。
126
+
否则,它将被放置在内部无法调度的 Pod 列表中,并且不会获得 `Unschedulable` 状态。
0 commit comments