Update scheduling-framework.md

This commit is contained in:
Yong Zhang 2020-09-29 10:32:26 +08:00 committed by GitHub
parent e4c3319ad3
commit f73f527fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ will not be called. A typical PostFilter implementation is preemption, which
tries to make the pod schedulable by preempting other Pods.
-->
这些插件在筛选阶段后调用但仅在该pod没有可行的节点时调用。插件按其配置的顺序调用。如果任何后过滤器插件标记节点为“可调度” 则其余的插件不会调用。典型的后筛选实现是抢占试图通过抢占其他pod的资源使该pod可以调度。
这些插件在筛选阶段后调用,但仅在该 pod 没有可行的节点时调用。插件按其配置的顺序调用。如果任何后过滤器插件标记节点为“可调度”, 则其余的插件不会调用。典型的后筛选实现是抢占,试图通过抢占其他 pod 的资源使该 pod 可以调度。
<!--
### PreScore {#pre-score}