Skip to content

Commit b9d5362

Browse files
authored
Merge pull request #24168 from bnutt/bnutt/fix_typo_in_scheduling_framework
Fix typo in en/docs/concepts/scheduling-eviction/scheduling-framework.md
2 parents 9f5bd65 + 1c90c99 commit b9d5362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ called for that node. Nodes may be evaluated concurrently.
7878
### PostFilter {#post-filter}
7979

8080
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
81+
were found for the pod. Plugins are called in their configured order. If
8282
any postFilter plugin marks the node as `Schedulable`, the remaining plugins
8383
will not be called. A typical PostFilter implementation is preemption, which
8484
tries to make the pod schedulable by preempting other Pods.

0 commit comments

Comments
 (0)