From 2df5c5c68bb22af361ed57dcbc2b8fab9def9eff Mon Sep 17 00:00:00 2001 From: widearea101 <50230602+widearea101@users.noreply.github.com> Date: Thu, 12 Sep 2019 19:10:28 +0200 Subject: [PATCH] Update deployment.md (#16280) --- content/en/docs/concepts/workloads/controllers/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/deployment.md b/content/en/docs/concepts/workloads/controllers/deployment.md index 587e9658e0..dec61e6af3 100644 --- a/content/en/docs/concepts/workloads/controllers/deployment.md +++ b/content/en/docs/concepts/workloads/controllers/deployment.md @@ -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).