We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f5bd65 + 1c90c99 commit b9d5362Copy full SHA for b9d5362
content/en/docs/concepts/scheduling-eviction/scheduling-framework.md
@@ -78,7 +78,7 @@ called for that node. Nodes may be evaluated concurrently.
78
### PostFilter {#post-filter}
79
80
These plugins are called after Filter phase, but only when no feasible nodes
81
-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
82
any postFilter plugin marks the node as `Schedulable`, the remaining plugins
83
will not be called. A typical PostFilter implementation is preemption, which
84
tries to make the pod schedulable by preempting other Pods.
0 commit comments