Skip to content

Commit 93247c7

Browse files
authored
Merge pull request #40336 from DanteMustCode/patch-3
fix the number of replicas in an example
2 parents d8134ea + e98751d commit 93247c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,9 @@ rolled back.
405405
* Press Ctrl-C to stop the above rollout status watch. For more information on stuck rollouts,
406406
[read more here](#deployment-status).
407407

408-
* You see that the number of old replicas (`nginx-deployment-1564180365` and `nginx-deployment-2035384211`) is 2, and new replicas (nginx-deployment-3066724191) is 1.
408+
* You see that the number of old replicas (adding the replica count from
409+
`nginx-deployment-1564180365` and `nginx-deployment-2035384211`) is 3, and the number of
410+
new replicas (from `nginx-deployment-3066724191`) is 1.
409411

410412
```shell
411413
kubectl get rs

0 commit comments

Comments
 (0)