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

Commit5320dc2

Browse files
committed
Update gitops deployment topics
1 parentb029d9a commit5320dc2

File tree

6 files changed

+58
-61
lines changed

6 files changed

+58
-61
lines changed

‎_data/home-content.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@
183183
-title:Promoting Helm environments
184184
localurl:/docs/deployments/helm/helm-environment-promotion/
185185
-title:Creating GitOps applications
186-
localurl:/docs/deployment/gitops/create-application/
186+
localurl:/docs/deployments/gitops/create-application/
187187
-title:Monitoring applications
188-
localurl:/docs/deployment/gitops/applications-dashboard/
188+
localurl:/docs/deployments/gitops/applications-dashboard/
189189
-title:Managing applications
190-
localurl:/docs/deployment/gitops/manage-application/
190+
localurl:/docs/deployments/gitops/manage-application/
191191

192192

193193

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

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Monitor the current [health and sync status of applications](#identify-applicati
2828
*[Monitor deployments for selected application](#monitor-deployments-for-selected-application)
2929
*[Monitor services for selected application](#monitor-services-for-selected-application)
3030

31-
>For information on creating and managing applications and application resources, see[Creating applications]({{site.baseurl}}/docs/deployments/gitops/create-application/) and[Managing applications]({{site.baseurl}}/docs/deployments/gitops/manage-application/).
31+
>For information on creating and managing applications and application resources, see[CreatingGitOpsapplications]({{site.baseurl}}/docs/deployments/gitops/create-application/) and[Managing GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-application/).
3232
3333
##Select view mode for the Applications dashboard
3434
View deployed applications in either List (the default) or Card views. Both views are sorted by the most recent deployments.
3535

36-
1. In the Codefresh UI,go tothe[Applications dashboard](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
36+
1. In the Codefresh UI,from Ops inthesidebar, select[GitOps Apps](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
3737
1. Select**List** or**Cards**.
3838

3939
###Applications List view
@@ -69,8 +69,8 @@ Here's a description of the information and actions in the Applications dashboar
6969
{: .table .table-bordered .table-hover}
7070
| Item| Description|
7171
| --------------| --------------|
72-
|Application filters | Filter by a range of attributes to customize the information in the dashboard to bring you what you need. {::nomarkdown} <ul><li>Application state<br>A snapshot that displays a breakdown of the deployed applications by their health status.<br>Click a status to filter by applications that match it.<br>Codefresh tracks Argo CD's set of health statuses. See the official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/health" target=”_blank”>Health sets. </a>.</li><li>Application attributes<br>Attribute filters support multi-selection, and results are based on an OR relationship within the same filter with multiple options, and an AND relationship between filters.<br>Clicking <b>More Filters</b> gives you options to filter by Health status, Cluster names, Namespace, and Type. <br><ul><li>Application Type: Can be any of the following<ul><li>Applications: Standalone applications. See the official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#applications" target=”_blank”>Applications</a>.</li><li>ApplicationSet: Applications created using the ApplicationSet Custom Resource (CR) template. An ApplicationSet can generate single or multiple applications. See the official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/user-guide/application-set" target=”_blank”>Generating Applications with ApplicationSet</a>.</li><li>Git Source: Applications created by Codefresh that includes other applications and CI resources. See <a href="https://codefresh.io/csdp-docs/docs/runtime/git-sources">Git Sources</a>.</li></ul></li></li><li>Labels:The K8s labels defined for the applications. The list displays labels of <i>all</i> the applications, even if you have applied filters.<br>To see the available labels, select <b>Add</b>, and then select the required label and one or more values. <br>To filter by the labels, select <b>Add</b> and then <b>Apply</b>.<br> See the official documentation on <a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels" target=”_blank”>Labels and selectors</a>.</li></ul></ul>{:/}|
73-
|{::nomarkdown}<imgsrc="../../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/}| Star applications as favorites and view only the starred applications.{::nomarkdown}<br>Select the <imgsrc="../../../../images/icons/icon-mark-favorite.png?display=inline-block"> to star the application as a favorite.<br><br>To filter by favorite applications, on the filters bar, select <imgsrc="../../../../images/icons/icon-fav-starred.png?display=inline-block">.<br>{:/} TIP: If you star applications as favorites in the Applications dashboard, you can filter by the same applications in the[DORA metrics dashboard]({{site.baseurl}}/docs/reporting/dora-metrics/#metrics-for-favorite-applications).|
72+
|Application filters | Filter by a range of attributes to customize the information in the dashboard to bring you what you need. {::nomarkdown} <ul><li>Application state<br>A snapshot that displays a breakdown of the deployed applications by their health status.<br>Click a status to filter by applications that match it.<br>Codefresh tracks Argo CD's set of health statuses. See the official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/health" target=”_blank”>Health sets</a>.</li><li>Application attributes<br>Attribute filters support multi-selection, and results are based on an OR relationship within the same filter with multiple options, and an AND relationship between filters.<br>Clicking <b>More Filters</b> gives you options to filter by Health status, Cluster names, Namespace, and Type. <br><ul><li>Application Type: Can be any of the following<ul><li>Applications: Standalone applications. See the official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#applications" target=”_blank”>Applications</a>.</li><li>ApplicationSet: Applications created using the ApplicationSet Custom Resource (CR) template. An ApplicationSet can generate single or multiple applications. See the official documentation on <a href="https://argo-cd.readthedocs.io/en/stable/user-guide/application-set" target=”_blank”>Generating Applications with ApplicationSet</a>.</li><li>Git Source: Applications created by Codefresh that includes other applications and CI resources. See <a href="https://codefresh.io/csdp-docs/docs/runtime/git-sources">Git Sources</a>.</li></ul></li></li><li>Labels:The K8s labels defined for the applications. The list displays labels of <i>all</i> the applications, even if you have applied filters.<br>To see the available labels, select <b>Add</b>, and then select the required label and one or more values. <br>To filter by the labels, select <b>Add</b> and then <b>Apply</b>.<br> See the official documentation on <a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/labels" target=”_blank”>Labels and selectors</a>.</li></ul></ul>{:/}|
73+
|{::nomarkdown}<imgsrc="../../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/}| Star applications as favorites and view only the starred applications.{::nomarkdown}<br>Select the <imgsrc="../../../../images/icons/icon-mark-favorite.png?display=inline-block"> to star the application as a favorite.<br><br>To filter by favorite applications, on the filters bar, select <imgsrc="../../../../images/icons/icon-fav-starred.png?display=inline-block">.<br>{:/} TIP: If you star applications as favorites in the Applications dashboard, you can filter by the same applications in the[DORA metrics dashboard]({{site.baseurl}}/docs/dashboards/dora-metrics/#metrics-for-favorite-applications).|
7474
|Application actions| Options to monitor/manage applications through the application's context menu. {::nomarkdown}<ul><li>Quick view<br>A comprehensive read-only view of the deployment and definition information for the application.</li>{:/}See [Application Quick View](#view-deployment-and-configuration-info-for-selected-application) in this article.{::nomarkdown}<li>Synchronize/Sync<br>Manually synchronize the application.</li>{:/}See [Manually sync applications]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manually-synchronize-an-application).{::nomarkdown}<li>Edit<br>Modify application definitions.</li>{:/}See [Edit application definitions]({{site.baseurl}}/docs/deployments/gitops/manage-application/#edit-application-definitions).{::nomarkdown}<li>Refresh and Hard Refresh: Available in Card view only. In List view, you must first select the application. <ul><li>Refresh: Retrieve desired (Git) state, compare with the live (cluster) state, and refresh the application to sync with the desired state.</li><li>Hard Refresh: Refresh the application to sync with the Git state, while removing the cache.</li></ul>{:/} |
7575

7676

@@ -126,7 +126,7 @@ View deployment, definition, and event information for the selected application
126126
A read-only view, the Quick View displays information on the application state and location, labels and annotations, parameters, sync options, manifest, status and sync events.
127127
Access the Quick View from the Applications dashboard, either from the application's context menu, or after drilldown, from the Current State tab.
128128

129-
1. In the Codefresh UI,go tothe[Applications dashboard](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
129+
1. In the Codefresh UI,from Ops inthesidebar, select[GitOps Apps](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
130130
1. Do one of the following:
131131
* From the List or Card views, select the context menu and then select**Quick View**.
132132

@@ -467,7 +467,6 @@ Identify the health of an application resource through the color-coded border an
467467
{: .table .table-bordered .table-hover}
468468
| Health status| Description| Display in Tree view|
469469
| --------------| ------------| ------------------|
470-
471470
|**Healthy**| Resource is functioning as required.| {::nomarkdown}<img src="../../../../images/icons/current-state-healthy.png" display=inline-block">{:/}|
472471
|**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">{:/}|
473472
|**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">{:/}|
@@ -490,7 +489,6 @@ The table describes the possible sync statuses for an application resource, and
490489
{: .table .table-bordered .table-hover}
491490
| Sync state| Description|Display in Tree view|
492491
| --------------| ----------| ----------|
493-
494492
|**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">{:/}|
495493
|**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/>{:/}|
496494
|**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">{:/}|
@@ -505,7 +503,7 @@ The table describes the possible sync statuses for an application resource, and
505503
In either Tree or List views, double-click an application resource to see its manifests. The manifests are displayed in the Summary tab.
506504
>Based on the selected resource type, you can also view logs, and events. Endpoints for example show only manifests, while pods show manifests, logs, and events.
507505
508-
>To view information for the application resource, select the application node in Tree View. See[Application information](#application-quick-view).
506+
>To view information for the application resource, select the application node in Tree View. See[Application information](#view-deployment-and-configuration-info-for-selected-application).
509507
510508

511509
{% include
@@ -627,7 +625,7 @@ Each deployment record displays the complete CI history for that deployment.
627625
###Monitor updated resources by deployment
628626
Each deployment record also identifies the resources that were changed (created, updated, or removed) as part of that deployment in**Updated Resources**. You can trace the history of a resource, from the original to their final versions. For each version, you can see the actual change or changes through the Diff view. The Full View shows the complete resource manifest, with the diff view of the changes, while the Compact View shows only those lines with the changes.
629627

630-
>For detailed information on the current state of a resource, switch to the Current State tab and click the resource node. See[Monitoring application resources](#monitoring-application-resources).
628+
>For detailed information on the current state of a resource, switch to the Current State tab and click the resource node. See[Monitoring application resources](#monitor-resources-for-selected-application).
631629
632630
1. Select a deployment record, and expand**Updated Resources**.
633631

@@ -674,7 +672,7 @@ max-width="70%"
674672
A rollout is initiated when there is an Argo CD sync due to a change in the desired state.
675673
Visualize ongoing and completed rollouts by deployments in**Services**.
676674

677-
>To view and manage a rollout, you must have an Argo`rollout` resource defined for your application, and[install Argo Rollouts in the cluster]({site.baseurl}}/docs/deployments/gitops/install-argo-rollouts).
675+
>To view and manage a rollout, you must have an Argo`rollout` resource defined for your application, and[install Argo Rollouts in the cluster]({{site.baseurl}}/docs/deployments/gitops/install-argo-rollouts).
678676
679677
For detailed information on Argo Rollouts, see[Argo Rollouts documentation](https://argoproj.github.io/argo-rollouts/){:target="\_blank"}.
680678

@@ -723,13 +721,13 @@ max-width="50%"
723721

724722
The table lists the controls in the Rollout Player to manage an ongoing rollout.
725723

726-
: .table .table-bordered .table-hover}
724+
{}: .table .table-bordered .table-hover}
727725
| Rollback player option| Description|
728726
| --------------| ------------|
729727
|**Rollback**| Not available currently.|
730-
|**Resume** {::nomarkdown}<img src="../../../images/icons/rollout-resume.png" display=inline-block"> {:/}| Resume a step that has been paused indefinitely.|
731-
|**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.|
732-
|**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.|
728+
|**Resume** {::nomarkdown}<img src=".../../../../images/icons/rollout-resume.png" display=inline-block"> {:/}| Resume a step that has been paused indefinitely.|
729+
|**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.|
730+
|**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.|
733731

734732

735733

@@ -782,7 +780,7 @@ max-width="50%"
782780

783781
[Creating GitOps applications]({{site.baseurl}}/docs/deployments/gitops/create-application)
784782
[Managing GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-applications)
785-
[Home dashboard]({{site.baseurl}}/docs/reporting/home-dashboard)
786-
[DORA metrics]({{site.baseurl}}/docs/reporting/dora-metrics/)
783+
[Home dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard)
784+
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics/)
787785

788786

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp