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: src/pages/docs/argo-cd/live-object-status/index.md
+26-14Lines changed: 26 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: src/layouts/Default.astro
3
3
pubDate: 2025-03-28
4
-
modDate: 2025-05-16
4
+
modDate: 2026-03-16
5
5
navSection: Live Object Status
6
6
title: Argo CD Live Object Status
7
7
navTitle: Live Object Status
@@ -22,7 +22,7 @@ However when used with Argo CD, neither the [Kubernetes agent](/docs/kubernetes/
22
22
23
23
Using Argo CD Live Object Status requires the following:
24
24
25
-
- Octopus Deploy 2025.4+
25
+
- Octopus Deploy 2025.4+ (Sync Status requires 2026.1+)
26
26
- A registered [Argo CD Instance](/docs/argo-cd/instances/)
27
27
-[Annotations](/docs/argo-cd/annotations) on your Argo CD Applications, mapping them onto Octopus Deploy projects
28
28
- A deployment process containing an Argo CD step (either [Update Argo CD Image Tags](/docs/argo-cd/steps/update-application-image-tags) or [Update Argo CD Application Manifests](/docs/argo-cd/steps/update-application-manifests))
@@ -41,20 +41,32 @@ Octopus populates the Live Status Table with content taken directly from Argo.
41
41

42
42
:::
43
43
44
-
### Project Live Status
44
+
### Project Health Status
45
45
46
-
The project status is a roll-up of the status of all objects, in line with the following table:
46
+
The project health status is a roll-up of the health of all objects:
| Progressing | <iclass="fa-solid fa-circle-notch blue"></i> | One or more objects of the mapped application are in a progressing state |
51
-
| Healthy | <iclass="fa-solid fa-heart green"></i> | The objects in the cluster match that specified in the applications' source git repositories, and are executing correctly |
52
-
| Unknown | <iclass="fa-solid fa-question grey"></i> | We’re having trouble getting live status updates for this application |
53
-
| Degraded | <iclass="fa-solid fa-heart-crack red"></i> | Your objects experienced errors after the deployment completed |
54
-
| Out of Sync | <iclass="fa-solid fa-arrow-up orange"></i> | Argo CD has detected differences between the application's git repository, and the manifest in the cluster. |
55
-
| Missing | <iclass="fa-solid fa-ghost grey"></i> | One or more desired objects are missing from the cluster |
56
-
| Unavailable | <iclass="fa-solid fa-circle-exclamation red"></i> | Application live status is unavailable because your last deployment failed |
57
-
| Waiting | <iclass="fa-solid fa-hourglass blue"></i> | Application live status will be available once the deployment completes |
| Progressing | <iclass="fa-solid fa-circle-notch blue"></i> | One or more objects of the mapped application are in a progressing state |
51
+
| Healthy | <iclass="fa-solid fa-heart green"></i> | The objects in the cluster match that specified in the applications’ source git repositories, and are executing correctly|
52
+
| Unknown | <iclass="fa-solid fa-question grey"></i> | We’re having trouble getting live status updates for this application |
53
+
| Degraded | <iclass="fa-solid fa-heart-crack red"></i> | Your objects experienced errors after the deployment completed |
54
+
| Missing | <iclass="fa-solid fa-ghost grey"></i> | One or more desired objects are missing from the cluster |
55
+
| Unavailable | <iclass="fa-solid fa-circle-exclamation red"></i> | Application live status is unavailable because your last deployment failed |
56
+
| Waiting | <iclass="fa-solid fa-hourglass blue"></i> | Application live status will be available once the deployment completes |
57
+
58
+
### Project Sync Status
59
+
60
+
Sync Status tracks whether the changes Octopus pushed to git still match what Argo CD has synced. Octopus recalculates this after each deployment and whenever Argo CD reports a sync event.
| In Sync | <iclass="fa-solid fa-check green"></i> | Argo CD reports the application is synced and the git configuration still matches what Octopus last applied |
65
+
| Out of Sync | <iclass="fa-solid fa-arrow-up orange"></i> | Argo CD has detected that the desired state in the cluster differs from the application’s git repository |
66
+
| Git Drift | <iclass="fa-solid fa-not-equal orange"></i> | Octopus has detected that the changes it applied to git have been modified since the last deployment (e.g. by a manual edit) |
67
+
| Unknown | <iclass="fa-solid fa-question grey"></i> | We’re having trouble getting sync status updates for this application |
68
+
| Unavailable | <iclass="fa-solid fa-circle-exclamation red"></i> | Application sync status is unavailable because your last deployment failed |
69
+
| Waiting | <iclass="fa-solid fa-hourglass blue"></i> | Application sync status will be available once the deployment completes |
0 commit comments