File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -709,6 +709,7 @@ You can pause a Deployment before triggering one or more updates and then resume
709
709
apply multiple fixes in between pausing and resuming without triggering unnecessary rollouts.
710
710
711
711
* For example, with a Deployment that was created:
712
+
712
713
Get the Deployment details:
713
714
```shell
714
715
kubectl get deploy
@@ -759,7 +760,7 @@ apply multiple fixes in between pausing and resuming without triggering unnecess
759
760
REVISION CHANGE-CAUSE
760
761
1 <none>
761
762
```
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 :
763
764
```shell
764
765
kubectl get rs
765
766
```
You can’t perform that action at this time.
0 commit comments