Skip to content

Commit 1955629

Browse files
committed
clarify rollout behavior in deployment
1 parent d7da6f8 commit 1955629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ You can pause a Deployment before triggering one or more updates and then resume
709709
apply multiple fixes in between pausing and resuming without triggering unnecessary rollouts.
710710
711711
* For example, with a Deployment that was created:
712+
712713
Get the Deployment details:
713714
```shell
714715
kubectl get deploy
@@ -759,7 +760,7 @@ apply multiple fixes in between pausing and resuming without triggering unnecess
759760
REVISION CHANGE-CAUSE
760761
1 <none>
761762
```
762-
* Get the rollout status to ensure that the Deployment is updated successfully:
763+
* Get the rollout status to verify that the existing ReplicaSet has not changed:
763764
```shell
764765
kubectl get rs
765766
```

0 commit comments

Comments
 (0)