Update topology-spread-constraints.md

Fixed translation errors.
pull/39750/head
hxysayhi 2023-03-02 09:39:30 +08:00 committed by GitHub
parent 9137c09b0a
commit dda4159320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ section of the enhancement proposal about Pod topology spread constraints.
- 该调度器不会预先知道集群拥有的所有可用区和其他拓扑域。
拓扑域由集群中存在的节点确定。在自动扩缩的集群中,如果一个节点池(或节点组)的节点数量缩减为零,
而用户正期望其扩容时,可能会导致调度出现问题。
因为在这种情况下,调度器不会考虑这些拓扑域,因为其中至少有一个节点。
因为在这种情况下,调度器不会考虑这些拓扑域,直至这些拓扑域中至少包含有一个节点。
你可以通过使用感知 Pod 拓扑分布约束并感知整个拓扑域集的集群自动扩缩工具来解决此问题。