Skip to content

Commit

Permalink
Update deployment.md (#16280)
Browse files Browse the repository at this point in the history
  • Loading branch information
widearea101 authored and k8s-ci-robot committed Sep 12, 2019
1 parent d8adaa4 commit 2df5c5c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -229,7 +229,7 @@ up to 3 replicas, as well as scaling down the old ReplicaSet to 0 replicas.
Next time you want to update these Pods, you only need to update the Deployment's Pod template again.

Deployment ensures that only a certain number of Pods are down while they are being updated. By default,
it ensures that at least 25% of the desired number of Pods are up (25% max unavailable).
it ensures that at least 75% of the desired number of Pods are up (25% max unavailable).

Deployment also ensures that only a certain number of Pods are created above the desired number of Pods.
By default, it ensures that at most 25% of the desired number of Pods are up (25% max surge).
Expand Down

0 comments on commit 2df5c5c

Please sign in to comment.