Skip to content

Commit 2df5c5c

Browse files
widearea101k8s-ci-robot
authored andcommitted
Update deployment.md (#16280)
1 parent d8adaa4 commit 2df5c5c

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
@@ -229,7 +229,7 @@ up to 3 replicas, as well as scaling down the old ReplicaSet to 0 replicas.
229229
Next time you want to update these Pods, you only need to update the Deployment's Pod template again.
230230
231231
Deployment ensures that only a certain number of Pods are down while they are being updated. By default,
232-
it ensures that at least 25% of the desired number of Pods are up (25% max unavailable).
232+
it ensures that at least 75% of the desired number of Pods are up (25% max unavailable).
233233
234234
Deployment also ensures that only a certain number of Pods are created above the desired number of Pods.
235235
By default, it ensures that at most 25% of the desired number of Pods are up (25% max surge).

0 commit comments

Comments
 (0)