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
Copy file name to clipboardExpand all lines: _docs/deployments/gitops/applications-dashboard.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Select the view format for applications in the GitOps Apps dashboard, as either
31
31
32
32
Identify applications with[health and sync errors](#identify-gitops-applications-with-warningserrors), and then select an application to drill down into its resources, deployments, and services:
33
33
*[Get status from application header](#monitor-gitops-application-status-in-application-header)
34
+
*[Analyze out-of-sync applications in Diff View](#analyze-out-of-sync-applications-with-diff-view)
34
35
*[View deployment and configuration info for selected Argo CD application](#view-deployment-configuration-info-for-selected-argo-cd-application)
35
36
*[Monitor resources for selected Argo CD application](#monitor-resources-for-selected-argo-cd-application)
36
37
*[Monitor deployments for selected Argo CD application](#monitor-deployments-for-selected-argo-cd-application)
@@ -202,6 +203,30 @@ max-width="80%"
202
203
You can also view the current health and sync status for the application as a resource in the Current State tab.
203
204
{{site.data.callout.end}}
204
205
206
+
##Analyze out-of-sync applications with Diff View
207
+
Identify discrepancies between the desired and live states for out-of-sync applications using Diff View. The Diff View provides a visual representation of discrepancies to help troubleshoot issues more effectively.
208
+
209
+
Available in the context menu when you select an application, the Diff View presents Inline and Split views, in either full or summary modes.
210
+
211
+
212
+
1. In the Codefresh UI, from Ops in the sidebar, select[GitOps Apps](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
213
+
1. Filter by**Status** for**Out of sync** applications, and select the application you need.
214
+
1. From the context menu on the upper-right, select**Diff View**.
215
+
The default Diff View highlights the differences in Inline and Compact view modes.
Copy file name to clipboardExpand all lines: _posts/2023-12-30-dec-release-notes.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,15 @@ For details, check out the **Fields** table in the documentation for the differe
39
39
40
40
###GitOps: Diff View for out-of-sync applications
41
41
We’re thrilled to introduce a significant enhancement simplifying troubleshooting Argo CD applications within Codefresh.
42
-
With our new Diff View feature, you can instantly view the differences between the currentstateand the desiredconfiguration of out-of-sync applications.
42
+
With our new Diff View feature, you can instantly view the differences between the current and the desiredstates of out-of-sync applications.
43
43
The Diff View option displays all the updated resources within the application, allowing you to easily pinpoint changes and swiftly identify the root cause of the sync failure.
44
44
45
-
The option is always available in the application’s context menu in the GitOps Apps dashboard, and is enabled whenever the application is out-of-sync. If you have already selected an application, the Diff View option is available in the context menu at the top right of the page.
45
+
If you have selected an application, the Diff View option is available in the context menu at the top right of the page. The option is enabled whenever the application is out-of-sync.
46
+
46
47
>**NOTE**
47
-
Diff View for application resources is supported Runtime v1.0.38 and higher. <!--- To enable this feature, you need to turn on the `appDiffView` feature flag. -->
48
+
Diff View for application resources is supported from Runtime v1.0.38 and higher. <!--- To enable this feature, you need to turn on the `appDiffView` feature flag. -->
49
+
50
+
For details, see[Analyze out-of-sync applications with Diff View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#analyze-out-of-sync-applications-with-diff-view).