Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcd1e84d

Browse files
authored
Add new rollback player buttons (#989)
* Add new rollback player buttonsAdded Abort and Retry buttons to Rollback Player controls* Update manage-application.md
1 parente4d8fa0 commitcd1e84d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

‎_docs/deployments/gitops/applications-dashboard.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,8 @@ The table lists the controls in the Rollout Player to manage an ongoing rollout.
771771

772772

773773
####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"}.
776776

777777
If you are running Background Analysis for example, the first step shows the list of analysis metrics.
778778

‎_docs/deployments/gitops/manage-application.md‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ As an alternative to manually syncing an application, either refresh or hard ref
368368
%}
369369
370370
## 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.
372372
373373
### Prerequisites for rollback
374374
@@ -393,8 +393,8 @@ max-width="80%"
393393
%}
394394

395395
* **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'.
398398

399399
{{site.data.callout.callout_tip}}
400400
**TIP**
@@ -515,9 +515,11 @@ The table describes the controls in the Rollout Player.
515515
{: .table .table-bordered .table-hover}
516516
| Rollback player option | Description |
517517
| -------------- | ------------|
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. |
519520
| **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. |
520521
| **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. |
521523
| **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. |
522524
| **Promote full** <!---{::nomarkdown}<img src="../../../images/icons/rollout-promote-full.png" display=inline-block"> {:/} --> | Skip all remaining steps, and deploy the current image. |
523525

@@ -536,9 +538,9 @@ Manual rollback changes the live state of the rollout resource to the state in t
536538
1. In the Rollout Player, click **Rollback to**.
537539

538540

539-
### Manage the`rollout` resource
541+
### Manage theRollout resource
540542

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.
542544

543545
1. In the Codefresh UI, from Ops in the sidebar, select [GitOps Apps](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
544546
1. Select the application and go to the Current State tab.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp