Merge pull request #24168 from bnutt/bnutt/fix_typo_in_scheduling_framework

Fix typo in en/docs/concepts/scheduling-eviction/scheduling-framework.md
pull/24235/head^2
Kubernetes Prow Robot 2020-09-30 08:35:25 -07:00 committed by GitHub
commit b9d53624fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ called for that node. Nodes may be evaluated concurrently.
### PostFilter {#post-filter}
These plugins are called after Filter phase, but only when no feasible nodes
were found for the node. Plugins are called in their configured order. If
were found for the pod. Plugins are called in their configured order. If
any postFilter plugin marks the node as `Schedulable`, the remaining plugins
will not be called. A typical PostFilter implementation is preemption, which
tries to make the pod schedulable by preempting other Pods.