Skip to content

Commit c6f9106

Browse files
authored
Update deployment.md
1 parent 4d83be2 commit c6f9106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ at all times during the update is at least 70% of the desired Pods.
12021202

12031203
`.spec.strategy.rollingUpdate.maxSurge` is an optional field that specifies the maximum number of Pods
12041204
that can be created over the desired number of Pods. The value can be an absolute number (for example, 5) or a
1205-
percentage of desired Pods (for example, 10%). The value cannot be 0 if `MaxUnavailable` is 0. The absolute number
1205+
percentage of desired Pods (for example, 10%). The value cannot be 0 if `maxUnavailable` is 0. The absolute number
12061206
is calculated from the percentage by rounding up. The default value is 25%.
12071207

12081208
For example, when this value is set to 30%, the new ReplicaSet can be scaled up immediately when the

0 commit comments

Comments
 (0)