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
* Update screenshots and iconsUpdated screenshots and icons for app resources in current state* Update screenshots for gitops app topicsUpdated screenshots and icons for monitor and manage gitops apps, and ci-cd gitops deployment guide* Update screenshots for gitops apps quick starts
alt="Current State Tree view: Resource inventory filtered byRollouts"
324
-
caption="Current State Tree view: Resource inventory filtered byRollouts"
323
+
alt="Current State Tree view: Resource inventory filtered bySecrets"
324
+
caption="Current State Tree view: Resource inventory filtered bySecrets"
325
325
max-width="50%"
326
326
%}
327
327
@@ -363,18 +363,19 @@ max-width="50%"
363
363
364
364
###Health status for application resources
365
365
View and monitor health status of the selected application's resources in the Current State tab, in Tree or List views.
366
-
Identify the health of an application resource through thecolor-coded border andtheresource-type icon (Tree view), or the textual labels at the right of the resource (List view).
366
+
Identify the health of an application resource through theicon, as described inthetable (Tree view), or the textual labels at the right of the resource (List view).
367
367
368
+
The table describes the possible health statuses for an application resource in the Tree view.
368
369
369
370
{: .table .table-bordered .table-hover}
370
-
| Healthstatus| Description| Display in Tree view|
|**Healthy**| Resource is functioning as required.|{::nomarkdown}<img src="../../../../images/icons/current-state-healthy.png" display=inline-block">{:/}|
373
-
|**Progressing**| Resource is not healthy but can become healthy before the timeout occurs.|{::nomarkdown}<img src="../../../../images/icons/current-state-progressing.png" display=inline-block">{:/}|
374
-
|**Suspended**| Resource is not functioning, and is either suspended or paused. For example, Cron job or a canary rollout.|{::nomarkdown}<img src="../../../../images/icons/current-state-suspended.png" display=inline-block">{:/}|
375
-
|**Missing**| Resource is not present on the cluster.|{::nomarkdown}<img src="../../../../images/icons/current-state-missing.png" display=inline-block">{:/}|
376
-
|**Degraded**| Resource is not healthy, or a timeout occurred before it could reach a healthy status.|{::nomarkdown}<imgsrc="../../../../images/icons/current-state-degraded.png"display=inline-block/>{:/}|
377
-
|**Unknown**| Resource does not have a health status, or the health status is not tracked in Argo CD. For example,`ConfigMaps` resource types.| {::nomarkdown}<img src="../../../../images/icons/current-state-unknown.png" display=inline-block">{:/}|
373
+
| {::nomarkdown}<img src="../../../../images/icons/current-state-healthy.png" display=inline-block">{:/}|**Healthy**| Resource is functioning as required.|
374
+
| {::nomarkdown}<img src="../../../../images/icons/current-state-progressing.png" display=inline-block">{:/}|**Progressing**| Resource is not healthy but can become healthy before the timeout occurs.|
375
+
| {::nomarkdown}<img src="../../../../images/icons/current-state-suspended.png" display=inline-block">{:/}|**Suspended**| Resource is not functioning, and is either suspended or paused. For example, Cron job or a canary rollout.|
376
+
|{::nomarkdown}<img src="../../../../images/icons/current-state-missing.png" display=inline-block">{:/}|**Missing**| Resource is not present on the cluster.|
377
+
| {::nomarkdown}<imgsrc="../../../../images/icons/current-state-degraded.png"display=inline-block/>{:/}|**Degraded**| Resource is not healthy, or a timeout occurred before it could reach a healthy status.|
378
+
|{::nomarkdown}<imgsrc="../../../../images/icons/current-state-unknown.png"display=inline-block/>{:/}|**Unknown**| Resource does not have a health status, or the health status is not tracked in Argo CD. For example,`ConfigMaps` resource types.|
378
379
379
380
380
381
See also[Argo CD's set of health checks](https://argo-cd.readthedocs.io/en/stable/operator-manual/health/){:target="\_blank"}.
@@ -384,17 +385,17 @@ See also [Argo CD's set of health checks](https://argo-cd.readthedocs.io/en/stab
384
385
###Sync status for application resources
385
386
386
387
Similar to the health status, the Current State also tracks the sync status of all application resources. The sync status identifies if the live state of the application resource on the cluster is synced with its desired state in Git.
387
-
Identify the sync status through the icon on the left of the resource nameand the color of the resource name(Tree view), or the textual labels at the right of the resource (List view).
388
+
Identify the sync status through the icon on the left of the resource name (Tree view), or the textual labels at the right of the resource (List view).
388
389
389
-
The table describes the possible syncstatuses for an application resource, and its representation in the Tree view.
390
+
The table describes the possible syncstates for an application resource in the Tree view.
390
391
391
392
{: .table .table-bordered .table-hover}
392
-
| Syncstate| Description|Display in Tree view|
393
+
| Syncicon| Sync state|Description|
393
394
| --------------| ----------| ----------|
394
-
|**Synced**| The live state of the resource on the cluster is identical to the desired state in Git.|{::nomarkdown}<img src="../../../../images/icons/current-state-synced.png" display=inline-block">{:/}|
395
-
|**Syncing**| The live state of the resource was not identical to the desired state, and is currently being synced.|{::nomarkdown}<imgsrc="../../../../images/icons/current-state-syncing.png"display=inline-block/>{:/}|
396
-
|**Out-of-Sync**|{::nomarkdown}The live state is not identical to the desired state.<br>To sync a resource, select the<b>Sync</b> option from the resource's context menu in Tree view.{:/}| {::nomarkdown}<img src="../../../../images/icons/current-state-out-of-sync.png" display=inline-block">{:/}|
397
-
|**Unknown**| The sync status could not be determined.| {::nomarkdown}<img src="../../../../images/icons/current-state-sync-unknown.png" display=inline-block">{:/}|
395
+
| {::nomarkdown}<img src="../../../../images/icons/current-state-synced.png" display=inline-block">{:/}|**Synced**| The live state of the resource on the cluster is identical to the desired state in Git.|
396
+
| {::nomarkdown}<imgsrc="../../../../images/icons/current-state-syncing.png"display=inline-block/>{:/}|**Syncing**| The live state of the resource was not identical to the desired state, and is currently being synced.|
397
+
|{::nomarkdown}<img src="../../../../images/icons/current-state-out-of-sync.png" display=inline-block">{:/}|**Out-of-Sync**| The live state is not identical to the desired state.<br>To sync a resource, select the**Sync** option from the resource's context menu in Tree view.|
398
+
|No icon|**Unknown**| The sync status could not be determined.|
398
399
399
400
400
401
>The application header displays the statuses of the current and previous sync operations. Clicking**More** opens the Sync panels with Sync Info, Sync Result and Commit Info.
@@ -629,12 +630,12 @@ max-width="50%"
629
630
The table lists the controls in the Rollout Player to manage an ongoing rollout.
630
631
631
632
{: .table .table-bordered .table-hover}
632
-
|Rollback playeroption| Description|
633
+
|Rollback playericon| Option| Description|
633
634
| --------------| ------------|
634
-
|**Rollback**| Not available currently.|
635
-
|**Resume**{::nomarkdown}<img src="../../../../images/icons/rollout-resume.png" display=inline-block"> {:/}| Resume a step that has been paused indefinitely.|
636
-
|**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.|
637
-
|**Promote full rollout**{::nomarkdown}<img src="../../../../images/icons/rollout-promote-full.png" display=inline-block"> {:/}| Skip remaining pause, traffic routing, and analysis steps, and deploy the current release.|
635
+
|{::nomarkdown}<img src="../../../../images/icons/rollout-rollback.png" display=inline-block"> {:/}|**Rollback**| Rollback rollout to the selec.|
636
+
| {::nomarkdown}<img src="../../../../images/icons/rollout-resume.png" display=inline-block"> {:/}|**Resume**| Resume a step that has been paused indefinitely.|
637
+
| {::nomarkdown}<img src="../../../../images/icons/rollout-skip-step.png" display=inline-block"> {:/}|**Skip step**| Skip execution of current step. Such steps are marked as Skipped in the rollout visualization.|
638
+
| {::nomarkdown}<img src="../../../../images/icons/rollout-promote-full.png" display=inline-block"> {:/}|**Promote full rollout**| Skip remaining pause, traffic routing, and analysis steps, and deploy the current release.|