Skip to content

Commit f73f527

Browse files
authored
Update scheduling-framework.md
1 parent e4c3319 commit f73f527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ will not be called. A typical PostFilter implementation is preemption, which
170170
tries to make the pod schedulable by preempting other Pods.
171171
-->
172172

173-
这些插件在筛选阶段后调用,但仅在该pod没有可行的节点时调用。插件按其配置的顺序调用。如果任何后过滤器插件标记节点为“可调度”, 则其余的插件不会调用。典型的后筛选实现是抢占,试图通过抢占其他pod的资源使该pod可以调度
173+
这些插件在筛选阶段后调用,但仅在该 pod 没有可行的节点时调用。插件按其配置的顺序调用。如果任何后过滤器插件标记节点为“可调度”, 则其余的插件不会调用。典型的后筛选实现是抢占,试图通过抢占其他 pod 的资源使该 pod 可以调度
174174

175175
<!--
176176
### PreScore {#pre-score}

0 commit comments

Comments
 (0)