File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -477,8 +477,8 @@ There are some implicit conventions worth noting here:
477
477
478
478
- Only the Pods holding the same namespace as the incoming Pod can be matching candidates.
479
479
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 :
482
482
483
483
1. any Pods located on those bypassed nodes do not impact `maxSkew` calculation - in the
484
484
above [example](#example-conflicting-topologyspreadconstraints), suppose the node `node1`
You can’t perform that action at this time.
0 commit comments