We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dc312c + dda4159 commit 40344ceCopy full SHA for 40344ce
content/zh-cn/docs/concepts/scheduling-eviction/topology-spread-constraints.md
@@ -958,7 +958,7 @@ section of the enhancement proposal about Pod topology spread constraints.
958
- 该调度器不会预先知道集群拥有的所有可用区和其他拓扑域。
959
拓扑域由集群中存在的节点确定。在自动扩缩的集群中,如果一个节点池(或节点组)的节点数量缩减为零,
960
而用户正期望其扩容时,可能会导致调度出现问题。
961
- 因为在这种情况下,调度器不会考虑这些拓扑域,因为其中至少有一个节点。
+ 因为在这种情况下,调度器不会考虑这些拓扑域,直至这些拓扑域中至少包含有一个节点。
962
963
你可以通过使用感知 Pod 拓扑分布约束并感知整个拓扑域集的集群自动扩缩工具来解决此问题。
964
0 commit comments