Skip to content

Commit 04b6fdf

Browse files
Fix the ambiguous sentence in topologySpreadConstraints
1 parent c6d72f9 commit 04b6fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ There are some implicit conventions worth noting here:
477477

478478
- Only the Pods holding the same namespace as the incoming Pod can be matching candidates.
479479

480-
- The scheduler bypasses any nodes that don't have any `topologySpreadConstraints[*].topologyKey`
481-
present. This implies that:
480+
- The scheduler only considers nodes that have all `topologySpreadConstraints[*].topologyKey` present at the same time.
481+
Nodes missing any of these `topologyKeys` are bypassed. This implies that:
482482

483483
1. any Pods located on those bypassed nodes do not impact `maxSkew` calculation - in the
484484
above [example](#example-conflicting-topologyspreadconstraints), suppose the node `node1`

0 commit comments

Comments
 (0)