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

Commitbe18818

Browse files
authored
Resource health sync icons (#638)
* 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
1 parent6122c33 commitbe18818

File tree

39 files changed

+23
-22
lines changed

39 files changed

+23
-22
lines changed

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

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ image.html
320320
lightbox="true"
321321
file="/images/applications/current-state-tree-resource-filtered.png"
322322
url="/images/applications/current-state-tree-resource-filtered.png"
323-
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"
325325
max-width="50%"
326326
%}
327327

@@ -363,18 +363,19 @@ max-width="50%"
363363

364364
###Health status for application resources
365365
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).
367367

368+
The table describes the possible health statuses for an application resource in the Tree view.
368369

369370
{: .table .table-bordered .table-hover}
370-
| Healthstatus| Description| Display in Tree view|
371+
|Healthicon| Health status| Description|
371372
| --------------| ------------| ------------------|
372-
|**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.|
378379

379380

380381
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
384385
###Sync status for application resources
385386

386387
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).
388389

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

391392
{: .table .table-bordered .table-hover}
392-
| Syncstate| Description|Display in Tree view|
393+
| Syncicon| Sync state|Description|
393394
| --------------| ----------| ----------|
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.|
398399

399400

400401
>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%"
629630
The table lists the controls in the Rollout Player to manage an ongoing rollout.
630631

631632
{: .table .table-bordered .table-hover}
632-
|Rollback playeroption| Description|
633+
|Rollback playericon| Option| Description|
633634
| --------------| ------------|
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.|
638639

639640

640641

120 KB
Loading
-165 KB
Loading
124 KB
Loading
130 KB
Loading
38.7 KB
Loading
63.8 KB
Loading
53.3 KB
Loading
-3.82 KB
Loading
-113 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp