File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh-cn/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -745,8 +745,8 @@ There are some implicit conventions worth noting here:
745
745
746
746
- Only the Pods holding the same namespace as the incoming Pod can be matching candidates.
747
747
748
- - The scheduler bypasses any nodes that don't have any `topologySpreadConstraints[*].topologyKey`
749
- present . This implies that:
748
+ - The scheduler only considers nodes that have all `topologySpreadConstraints[*].topologyKey` present at the same time.
749
+ Nodes missing any of these `topologyKeys` are bypassed . This implies that:
750
750
751
751
1. any Pods located on those bypassed nodes do not impact `maxSkew` calculation - in the
752
752
above [example](#example-conflicting-topologyspreadconstraints), suppose the node `node1`
@@ -763,7 +763,7 @@ There are some implicit conventions worth noting here:
763
763
764
764
- 只有与新来的 Pod 具有相同命名空间的 Pod 才能作为匹配候选者。
765
765
766
- - 调度器会忽略没有任何 `topologySpreadConstraints[*].topologyKey` 的节点。这意味着:
766
+ - 调度器只考虑同时拥有所有 `topologySpreadConstraints[*].topologyKey` 的节点。缺少任何一个 `topologyKey` 的节点将被跳过 。这意味着:
767
767
768
768
1. 位于这些节点上的 Pod 不影响 `maxSkew` 计算,在上面的[例子](#example-conflicting-topologyspreadconstraints)中,
769
769
假设节点 `node1` 没有标签 "zone",则 2 个 Pod 将被忽略,因此新来的
You can’t perform that action at this time.
0 commit comments