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 @@ -703,6 +703,7 @@ You can pause a Deployment before triggering one or more updates and then resume
703
703
apply multiple fixes in between pausing and resuming without triggering unnecessary rollouts.
704
704
705
705
* For example, with a Deployment that was created:
706
+
706
707
Get the Deployment details:
707
708
```shell
708
709
kubectl get deploy
@@ -753,7 +754,7 @@ apply multiple fixes in between pausing and resuming without triggering unnecess
753
754
REVISION CHANGE-CAUSE
754
755
1 <none>
755
756
```
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 :
757
758
```shell
758
759
kubectl get rs
759
760
```
You can’t perform that action at this time.
0 commit comments