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: _docs/deployments/gitops/applications-dashboard.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -771,8 +771,8 @@ The table lists the controls in the Rollout Player to manage an ongoing rollout.
771
771
772
772
773
773
####View analysis run
774
-
If you have defined ananalysis template for the rollout, you can check the run results and the manifest.
775
-
The result of ananalysis run determines if the rollout is completed, paused, or aborted. For detailed information, see the[Analysis section in Argo Rollouts](https://argoproj.github.io/argo-rollouts/features/analysis/){:target="\_blank"}.
774
+
If you have defined anAnalysisTemplate for the rollout, you can check the run results and the manifest.
775
+
The result of anAnalysisRun determines if the rollout is completed, paused, or aborted. For detailed information, see the[Analysis section in Argo Rollouts](https://argoproj.github.io/argo-rollouts/features/analysis/){:target="\_blank"}.
776
776
777
777
If you are running Background Analysis for example, the first step shows the list of analysis metrics.
Copy file name to clipboardExpand all lines: _docs/deployments/gitops/manage-application.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ As an alternative to manually syncing an application, either refresh or hard ref
368
368
%}
369
369
370
370
## Rollback Argo CD applications
371
-
Rollback to a previously deployed version of active Argo CD applications. You may want torollback a newly deployed version due to errors in your code or misconfigurations, etc.
371
+
Rollback to a previously deployed version of active Argo CD applications. You may want toroll back a newly deployed version due to errors in your code or misconfigurations, etc.
372
372
373
373
### Prerequisites for rollback
374
374
@@ -393,8 +393,8 @@ max-width="80%"
393
393
%}
394
394
395
395
* **Deployment version for rollback older than history limit**
396
-
By default, you canrollback to any the previous ten deployments (same as Argo CD).
397
-
If you try torollback to a deployment older than ten of the most recent deployments, the Rollback option is disabled with a tooltip, that the 'Release is not in history'.
396
+
By default, you canroll back to any the previous ten deployments (same as Argo CD).
397
+
If you try toroll back to a deployment older than ten of the most recent deployments, the Rollback option is disabled with a tooltip, that the 'Release is not in history'.
398
398
399
399
{{site.data.callout.callout_tip}}
400
400
**TIP**
@@ -515,9 +515,11 @@ The table describes the controls in the Rollout Player.
515
515
{: .table .table-bordered .table-hover}
516
516
| Rollback player option | Description |
517
517
| -------------- | ------------|
518
-
| **Rollback** | Not available currently. |
518
+
| **Rollback** | Rolls back to the previous deployment. See also [Prerequisites for rollback](#prerequisites-for-rollback). |
519
+
|**Abort** | Terminate the current rollout. |
519
520
| **Pause** | Pause the rollout. If the rollout is already automatically paused as the result of a step definition, clicking Pause pauses the rollout also after the pause duration. |
520
521
| **Resume** <!---{::nomarkdown}<img src="../../../images/icons/rollout-resume.png" display=inline-block"> {:/}-->| Resume a rollout that was paused either manually by clicking Pause, or automatically through the step's definition. |
522
+
|**Retry** | Retry a rollout that has been aborted. Restarts the rollout from the beginning. Available only when a rollout has been aborted. |
521
523
| **Skip step** <!---{::nomarkdown}<img src="../../../images/icons/rollout-skip-step.png" display=inline-block"> {:/}--> | Skip execution of current step. Such steps are marked as Skipped in the rollout visualization. |
522
524
| **Promote full** <!---{::nomarkdown}<img src="../../../images/icons/rollout-promote-full.png" display=inline-block"> {:/} --> | Skip all remaining steps, and deploy the current image. |
523
525
@@ -536,9 +538,9 @@ Manual rollback changes the live state of the rollout resource to the state in t
536
538
1. In the Rollout Player, click **Rollback to**.
537
539
538
540
539
-
### Manage the`rollout` resource
541
+
### Manage theRollout resource
540
542
541
-
Control the rollout through the options available for the Rollout resource.
543
+
Control the rollout through the options available for the Rollout resource in the Current State tab.
542
544
543
545
1. In the Codefresh UI, from Ops in the sidebar, select [GitOps Apps](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
544
546
1. Select the application and go to the Current State tab.