Skip to content

Commit 8f52166

Browse files
authored
Merge pull request #28887 from chenxuc/pause-resume2
clarify rollout behavior in deployment
2 parents dea1834 + 1955629 commit 8f52166

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
@@ -703,6 +703,7 @@ You can pause a Deployment before triggering one or more updates and then resume
703703
apply multiple fixes in between pausing and resuming without triggering unnecessary rollouts.
704704
705705
* For example, with a Deployment that was created:
706+
706707
Get the Deployment details:
707708
```shell
708709
kubectl get deploy
@@ -753,7 +754,7 @@ apply multiple fixes in between pausing and resuming without triggering unnecess
753754
REVISION CHANGE-CAUSE
754755
1 <none>
755756
```
756-
* Get the rollout status to ensure that the Deployment is updated successfully:
757+
* Get the rollout status to verify that the existing ReplicaSet has not changed:
757758
```shell
758759
kubectl get rs
759760
```

0 commit comments

Comments
 (0)