Skip to content

Commit d65d872

Browse files
authored
Merge pull request #20419 from wawa0210/fix-zh-maxsurge
Fix document errors
2 parents 4ff8a85 + aece0eb commit d65d872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/workloads/controllers/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ rolling update starts, such that the total number of old and new Pods does not e
20972097
Pods. Once old Pods have been killed, the new ReplicaSet can be scaled up further, ensuring that the
20982098
total number of Pods running at any time during the update is at most 130% of desired Pods.
20992099
-->
2100-
例如,当此值设置为 30 时,启动滚动更新后,会立即展开新的 ReplicaSet ,以便新旧 Pod 的总数不超过所需的 130%。一旦旧 Pods 被杀死,新的 ReplicaSet 可以进一步扩展,确保更新期间任何时间运行的 Pods 总数最多为所需 Pods 总数的130%。
2100+
例如,当此值设置为 30% 时,启动滚动更新后,会立即展开新的 ReplicaSet ,以便新旧 Pod 的总数不超过所需的 130%。一旦旧 Pods 被杀死,新的 ReplicaSet 可以进一步扩展,确保更新期间任何时间运行的 Pods 总数最多为所需 Pods 总数的130%。
21012101

21022102
<!--
21032103
### Progress Deadline Seconds

0 commit comments

Comments
 (0)