Update deployment.md (#16513)

pull/16521/head
widearea101 2019-09-24 18:55:29 +02:00 committed by Kubernetes Prow Robot
parent d96cb03a79
commit 4d029700cf
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ up to 3 replicas, as well as scaling down the old ReplicaSet to 0 replicas.
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).
By default, it ensures that at most 125% of the desired number of Pods are up (25% max surge).
For example, if you look at the above Deployment closely, you will see that it first created a new Pod,
then deleted some old Pods, and created new ones. It does not kill old Pods until a sufficient number of