You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/workloads/controllers/deployment.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,9 @@ rolled back.
399
399
* Press Ctrl-C to stop the above rollout status watch. For more information on stuck rollouts,
400
400
[read more here](#deployment-status).
401
401
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.
0 commit comments