Skip to content

Commit 8084228

Browse files
authored
Merge pull request #24182 from npu21/schedule-zh
Add post-filter part in scheduling-framework for zh
2 parents 79502e8 + f73f527 commit 8084228

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,22 @@ called for that node. Nodes may be evaluated concurrently.
156156

157157
过滤插件用于过滤出不能运行该 Pod 的节点。对于每个节点,调度器将按照其配置顺序调用这些过滤插件。如果任何过滤插件将节点标记为不可行,则不会为该节点调用剩下的过滤插件。节点可以被同时进行评估。
158158

159+
<!--
160+
### PostFilter {#post-filter}
161+
-->
162+
163+
### 后置过滤 {#post-filter}
164+
165+
<!--
166+
These plugins are called after Filter phase, but only when no feasible nodes
167+
were found for the pod. Plugins are called in their configured order. If
168+
any postFilter plugin marks the node as `Schedulable`, the remaining plugins
169+
will not be called. A typical PostFilter implementation is preemption, which
170+
tries to make the pod schedulable by preempting other Pods.
171+
-->
172+
173+
这些插件在筛选阶段后调用,但仅在该 pod 没有可行的节点时调用。插件按其配置的顺序调用。如果任何后过滤器插件标记节点为“可调度”, 则其余的插件不会调用。典型的后筛选实现是抢占,试图通过抢占其他 pod 的资源使该 pod 可以调度。
174+
159175
<!--
160176
### PreScore {#pre-score}
161177
-->

0 commit comments

Comments
 (0)