Skip to content

Commit e98751d

Browse files
committed
fix the number of replicas in an example
1 parent 738874f commit e98751d

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
@@ -399,7 +399,9 @@ rolled back.
399399
* Press Ctrl-C to stop the above rollout status watch. For more information on stuck rollouts,
400400
[read more here](#deployment-status).
401401

402-
* 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.
402+
* You see that the number of old replicas (adding the replica count from
403+
`nginx-deployment-1564180365` and `nginx-deployment-2035384211`) is 3, and the number of
404+
new replicas (from `nginx-deployment-3066724191`) is 1.
403405

404406
```shell
405407
kubectl get rs

0 commit comments

Comments
 (0)