Skip to content

Commit

Permalink
Merge pull request #47947 from scheduler-tester/patch-3
Browse files Browse the repository at this point in the history
Fix ambiguous sentence about topologySpreadConstraints
  • Loading branch information
k8s-ci-robot authored Sep 24, 2024
2 parents 7c91a6c + 04b6fdf commit 0eab13f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ There are some implicit conventions worth noting here:

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

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

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

0 comments on commit 0eab13f

Please sign in to comment.