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.
1 parent 826d53c commit 1c90c99Copy full SHA for 1c90c99
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