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

Commit8231a47

Browse files
authored
Add overview topic (#1158)
* Add overview topicAdded overview topic on applications and removed group attribute from header to test if needed* Update nav yaml with correct link* Add new screenshots for overview* Delete unused pics* Delete unused images* Delete unused images* Update about-apps.mdFirst draft of overview topic for applications* Add overview topic for appsAdded overview topic, created gitops apps dashboard topic, updated app group navigation* Update content* Update applications-dashboard.md* Remove promotion tutorials* Update content* Update content* Update content* Update content
1 parent620c1cf commit8231a47

File tree

81 files changed

+689
-457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+689
-457
lines changed

‎_data/home-content.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
localurl:/docs/promotions/promotion-components/
5555
-title:Promotion setup guidelines
5656
localurl:/docs/promotions/create-promotion-sequence/
57-
-title:Promotion tutorials
58-
localurl:/docs/promotions/promotion-scenarios/
57+
-title:YAML specs
58+
localurl:/docs/promotions/entities/yaml/
5959
-title:Trigger promotions
6060
localurl:/docs/promotions/trigger-promotions/
6161
-title:Tracking releases for products
@@ -94,7 +94,7 @@
9494
-title:Creating Argo CD applications
9595
localurl:/docs/deployments/gitops/create-application/
9696
-title:Monitoring Argo CD applications
97-
localurl:/docs/deployments/gitops/applications-dashboard/
97+
localurl:/docs/deployments/gitops/monitor-applications/
9898
-title:Managing Argo CD applications
9999
localurl:/docs/deployments/gitops/manage-application/
100100

‎_data/nav.yml‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,18 @@
382382
-title:GitOps
383383
url:"/gitops"
384384
sub-pages:
385+
-title:What's changed in Applications documentation
386+
url:"/apps-whats-changed-in-documentation"
387+
-title:About Argo CD applications
388+
url:"/about-apps"
389+
-title:GitOps Apps dashboard
390+
url:"/gitops-apps-dashboard"
391+
-title:Application Groups for Argo CD applications
392+
url:"/gitops-app-groups"
385393
-title:Creating Argo CD applications
386394
url:"/create-application"
387395
-title:Monitoring Argo CD applications
388-
url:"/applications-dashboard"
389-
-title:Application Groups for Argo CD applications
390-
url:"/gitops-app-groups"
396+
url:"/monitor-applications"
391397
-title:Managing Argo CD applications
392398
url:"/manage-application"
393399
-title:Progressive delivery with GitOps

‎_docs/administration/account-user-management/gitops-abac.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ See the documentation for [codefresh_abac_rules](https://registry.terraform.io/p
7979
{: .table .table-bordered .table-hover}
8080
| Applications| Description|
8181
|----------------------------|-----------------------|
82-
|**Actions** | {::nomarkdown}<ul><li><b>Refresh</b>: Allow users to manually regular refresh or hard refresh. The Refresh action is automatically disabled on selecting the Sync action which takes precedence. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#refreshhard-refresh-applications">Refresh/Hard Refresh applications</a>.</li><li><b>Sync</b>: Allow users to manually sync an application on-demand, and define the options for manual sync.<br>Selecting Sync automatically disables the Refresh action as Sync takes precedence over it. <br> See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manually-synchronize-an-application">Manually synchronize an application</a>.</li><li><b>Terminate Sync</b>: Allow users to manually stop an ongoing sync for an application. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#terminate-on-going-application-sync">Terminate on-going application sync</a></li><li><b>Perform application rollback</b>: Allow users to rollback the current release of an application to a previous deployment version or release in Codefresh. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#rollback-argo-cd-applications">Rollback Argo CD applications</a>.</li><li><b>View pod logs</b>: Allow users to view logs for pod resources of an application in the Current State tab. <br>See <a href="https://codefresh.io/docs/docs/deployments/gitops/applications-dashboard/#logs-for-application-resources">Logs for application resources</a>.</li><li><b>Pause rollout</b> and <b>Resume rollout</b>: Allow users to pause an ongoing rollout and resume a paused rollout either directly from the Timeline tab of the application, or through the controls in the Rollout Player. <br>See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#pauseresume-ongoing-rollouts">Pause/resume ongoing rollouts</a> and <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Managing an ongoing rollout with the Rollout Player</a>.</li><li><b>Promote full rollout</b>: Allow users to use the Promote Full button in the Rollout Player to skip the remaining steps in the rollout and promote to deployment. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Managing an ongoing rollout with the Rollout Player</a>.</li><li><b>Skip current step in rollout</b>: Allow users to use the Skip Step button in the Rollout Player to skip executing the current step in the rollout. <br>See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Managing an ongoing rollout with the Rollout Player</a>.</li><li><b>Abort rollout</b>: Allow users to use the Abort button in the Rollout Player to terminate the current rollout. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Managing an ongoing rollout with the Rollout Player</a>.</li><li><b>Retry rollout</b>: Allow users to use the Retry button in the Rollout Player to restart an aborted rollout from the beginning. Available only when a rollout was aborted. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Managing an ongoing rollout with the Rollout Player</a>.</li><li><b>Delete resource</b>: Allow users to delete an application resource from the Current State tab. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#delete-an-application">Delete an application</a>.</li></ul>{:/} |
82+
|**Actions** | {::nomarkdown}<ul><li><b>Refresh</b>: Allow users to manually regular refresh or hard refresh. The Refresh action is automatically disabled on selecting the Sync action which takes precedence. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#refreshhard-refresh-applications">Refresh/Hard Refresh applications</a>.</li><li><b>Sync</b>: Allow users to manually sync an application on-demand, and define the options for manual sync.<br>Selecting Sync automatically disables the Refresh action as Sync takes precedence over it. <br> See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manually-synchronize-an-application">Manually synchronize an application</a>.</li><li><b>Terminate Sync</b>: Allow users to manually stop an ongoing sync for an application. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#terminate-on-going-application-sync">Terminate on-going application sync</a></li><li><b>Perform application rollback</b>: Allow users to rollback the current release of an application to a previous deployment version or release in Codefresh. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#rollback-argo-cd-applications">Rollback Argo CD applications</a>.</li><li><b>View pod logs</b>: Allow users to view logs for pod resources of an application in the Current State tab. <br>See <a href="https://codefresh.io/docs/docs/deployments/gitops/monitor-applications/#logs-for-application-resources">Logs for application resources</a>.</li><li><b>Pause rollout</b> and <b>Resume rollout</b>: Allow users to pause an ongoing rollout and resume a paused rollout either directly from the Timeline tab of the application, or through the controls in the Rollout Player. <br>See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#pauseresume-ongoing-rollouts">Pause/resume ongoing rollouts</a> and <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Managing an ongoing rollout with the Rollout Player</a>.</li><li><b>Promote full rollout</b>: Allow users to use the Promote Full button in the Rollout Player to skip the remaining steps in the rollout and promote to deployment. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Managing an ongoing rollout with the Rollout Player</a>.</li><li><b>Skip current step in rollout</b>: Allow users to use the Skip Step button in the Rollout Player to skip executing the current step in the rollout. <br>See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Managing an ongoing rollout with the Rollout Player</a>.</li><li><b>Abort rollout</b>: Allow users to use the Abort button in the Rollout Player to terminate the current rollout. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Managing an ongoing rollout with the Rollout Player</a>.</li><li><b>Retry rollout</b>: Allow users to use the Retry button in the Rollout Player to restart an aborted rollout from the beginning. Available only when a rollout was aborted. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#manage-an-ongoing-rollout-with-the-rollout-player">Managing an ongoing rollout with the Rollout Player</a>.</li><li><b>Delete resource</b>: Allow users to delete an application resource from the Current State tab. See <a href="https://codefresh.io/docs/docs/deployments/gitops/manage-application/#delete-an-application">Delete an application</a>.</li></ul>{:/} |
8383
|**Attributes** |Allow access to application entities on a cluster or within a namespace through a single attribute or a combination of attributes.<br>You can also add multiple instances of the same attribute with different values. {::nomarkdown} <ul><li><b>Cluster</b>: Allow access to all application entities in the cluster, regardless of the namespace, Runtime, and Git Sources of specific applications.</li><li><b>Namespace</b>: Allow access to application entities only within the namespace. If users have multiple accounts on different clusters with the same namespace, they can access applications in all those namespaces.</li><li><b>Runtime</b>: Allow access to application entities associated with the defined Runtime.</li><li><b>Git Source</b>: Allow access to application entities only in the defined Git Source. A Git Source is always associated with a Runtime.</li><li><b>Label</b>: Allow access only to application entities that share the same label. For example, add multiple Label attributes with different values to sync application entities.</li></ul>{:/} |
8484

8585
###Examples of rules for application entities

‎_docs/dashboards/dora-metrics.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To view filters that are not displayed, click **More filters**.
5353

5454

5555
##Metrics for favorite applications
56-
If you have[starred applications as favorites]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#gitops-apps-dashboard-information) in theApplications dashboard, clicking {::nomarkdown}<imgsrc="../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/} in DORA metrics, displays DORA metrics only for those applications.
56+
If you have[starred applications as favorites]({{site.baseurl}}/docs/deployments/gitops/gitops-apps-dashboard/#gitops-apps-dashboard-information) in theGitOps Apps dashboard, clicking {::nomarkdown}<imgsrc="../../../images/icons/icon-mark-favorite.png?display=inline-block">{:/} in DORA metrics, displays DORA metrics only for those applications.
5757

5858

5959
##Metric totals
@@ -101,8 +101,8 @@ In addition, you can select the granularity for each graph:
101101
The X-axis charts the time based on the granularity, and the Y-axis charts the time in hours. The number shown on the top right is the average number of hours between the previous deployment and rollback for the same application.
102102

103103
##Related articles
104-
[Home dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/)
105-
[Monitoring applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/)
104+
[Home dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/)
105+
[Monitoring applications]({{site.baseurl}}/docs/deployments/gitops/gitops-apps-dashboard/)
106106
[GitOps Environments dashboard]({{site.baseurl}}/docs/dashboards/gitops-environments/)
107107
[GitOps Products dashboard]({{site.baseurl}}/docs/dashboards/gitops-products/)
108108

‎_docs/dashboards/gitops-environments.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Delete unused or legacy Environments to avoid clutter. Deleting an Environment r
176176
In the Environments dashboard, you get both visibility into applications running in different Environments, detailed information on each application, and the ability to sync, refresh, and perform other actions for the application.
177177

178178
###Filter applications in Environments by health status
179-
Quickly filter applications within an Environment by health status. For health status descriptions, see[Health status for application resources]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#health-status-for-application-resources).
179+
Quickly filter applications within an Environment by health status. For health status descriptions, see[Health status for application resources]({{site.baseurl}}/docs/deployments/gitops/monitor-applications/#health-status-for-application-resources).
180180

181181
1. In the Codefresh UI, from the sidebar, select[**Environments**](https://g.codefresh.io/2.0/environments?view=compact){:target="\_blank"}.
182182
1. For any Environment, click the Health status or statuses by which to filter.
@@ -296,8 +296,8 @@ Manage applications from within Environments through each application's context
296296

297297
1. In the Codefresh UI, from the sidebar, select**Environments**.
298298
1. In the Environment with the application for which to take action, click the context menu to the right of the application, and select the option:
299-
*[Quick View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#view-deployment-configuration-info-for-selected-argo-cd-application): View deployment, definition, and event information for the selected application in the same location.
300-
*[Diff View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#analyze-out-of-sync-applications-with-diff-view): Analyze out of sync applications. This option is disabled when applications are synced.
299+
*[Quick View]({{site.baseurl}}/docs/deployments/gitops/monitor-applications/#view-deployment-configuration-info-for-selected-argo-cd-application): View deployment, definition, and event information for the selected application in the same location.
300+
*[Diff View]({{site.baseurl}}/docs/deployments/gitops/monitor-applications/#analyze-out-of-sync-applications-in-diff-view): Analyze out of sync applications. This option is disabled when applications are synced.
301301
*[Synchronize]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manually-synchronize-an-argo-cd-application): Manually synchronize the application to expedite Git-to-cluster sync.
302302
*[Refresh/Hard Refresh]({{site.baseurl}}/docs/deployments/gitops/manage-application/#refreshhard-refresh-argo-cd-applications): As an alternative to manually syncing an application, either sync the application with the desired state in Git (refresh), or sync the application with the desired state Git while removing the cache (hard refresh).
303303
*[Edit]({{site.baseurl}}/docs/deployments/gitops/manage-application/#edit-argo-cd-application-definitions): Update General or Advanced configuration settings for the application.
@@ -315,7 +315,7 @@ Manage applications from within Environments through each application's context
315315

316316
##Related articles
317317
[GitOps Products dashboard]({{site.baseurl}}/docs/dashboards/gitops-products/)
318-
[Monitoring Argo CD applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/)
318+
[Monitoring Argo CD applications]({{site.baseurl}}/docs/deployments/gitops/monitor-applications/)
319319
[Home dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/)
320320
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics/)
321321
[Creating Argo CD applications]({{site.baseurl}}/docs/deployments/gitops/create-application/)

‎_docs/dashboards/gitops-products.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ Manage applications grouped within a product through each application's context
185185
1. In the Product Dashboard, go to the environment with the application.
186186
1. Click the context menu to the right of the application, and select the option:
187187
188-
* [Quick View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#view-deployment-configuration-info-for-selected-argo-cd-application): View deployment, definition, and event information for the selected application in the same location.
189-
* [Diff View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#analyze-out-of-sync-applications-with-diff-view): Analyze out of sync applications. This option is disabled when applications are synced.
188+
* [Quick View]({{site.baseurl}}/docs/deployments/gitops/monitor-applications/#view-deployment-configuration-info-for-selected-argo-cd-application): View deployment, definition, and event information for the selected application in the same location.
189+
* [Diff View]({{site.baseurl}}/docs/deployments/gitops/monitor-applications/#analyze-out-of-sync-applications-in-diff-view): Analyze out of sync applications. This option is disabled when applications are synced.
190190
* [Synchronize]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manually-synchronize-an-argo-cd-application): Manually synchronize the application to expedite Git-to-cluster sync.
191191
* [Refresh/Hard Refresh]({{site.baseurl}}/docs/deployments/gitops/manage-application/#refreshhard-refresh-argo-cd-applications): As an alternative to manually syncing an application, either sync the application with the desired state in Git (refresh), or sync the application with the desired state Git while removing the cache (hard refresh).
192192
* [Edit]({{site.baseurl}}/docs/deployments/gitops/manage-application/#edit-argo-cd-application-definitions): Update General or Advanced configuration settings for the application.
@@ -267,7 +267,7 @@ Either create an environment, or add the cluster-namespace defined for the appli
267267

268268
##Related articles
269269
[Environments dashboard]({{site.baseurl}}/docs/dashboards/gitops-environments/)
270-
[Creating Argo CD applications]({{site.baseurl}}/docs/deployments/gitops/create-application/)
270+
[Creating Argo CD applications]({{site.baseurl}}/docs/deployments/gitops/create-application/)
271271
[Monitoring Argo CD applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/)
272272
[Home dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/)
273273
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics/)

‎_docs/dashboards/home-dashboard.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Displays up to five of the most active applications and their current deployment
137137
| Item| Description|
138138
| ------------------------| ----------------|
139139
|**Filter**| Filter applications by the clusters on which they are deployed, either by Cluster Name or by Cluster.|
140-
|**View**| Click to go to the GitOps Apps dashboard. See[Monitoring GitOps applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard)|
140+
|**View**| Click to go to the GitOps Apps dashboard. See[GitOps Apps dashboard]({{site.baseurl}}/docs/deployments/gitops/gitops-apps-dashboard/) and[Monitoring GitOps applications]({{site.baseurl}}/docs/deployments/gitops/monitor-applications).|
141141
|**Application Name**| The name of the application, and the names of the GitOps Runtime and the cluster on which it is deployed. Click the name to drill down into the application in the GitOps Apps dashboard.|
142142
|**Health status**| The health status of the application, and can be either:{::nomarkdown}<ul><li>Healthy (green): The application is running on the cluster.</li><li>Degraded (red): The application failed to run.</li> <li>Rollback (yellow): There was a rollback to the previously deployed version.</li></ul> To see the breakdown by health status, mouse over the chart. <br> The number at the end of the bar is the total number of deployments for the application, and the percentage indicates the overall decrease or increase compared to the reference period. {:/}|
143143

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp