Skip to content

Commit c477e08

Browse files
authored
Merge pull request #22549 from vincent-pli/fix-type
Fix typo, correct plugin name
2 parents 61c630a + 7866a54 commit c477e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/scheduling/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ extension points:
9191
- `NodeResourcesFit`: Checks if the node has all the resources that the Pod is
9292
requesting.
9393
Extension points: `PreFilter`, `Filter`.
94-
- `NodeResourcesBallancedAllocation`: Favors nodes that would obtain a more
94+
- `NodeResourcesBalancedAllocation`: Favors nodes that would obtain a more
9595
balanced resource usage if the Pod is scheduled there.
9696
Extension points: `Score`.
9797
- `NodeResourcesLeastAllocated`: Favors nodes that have a low allocation of

0 commit comments

Comments
 (0)