Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/docs/img/bolt-slash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 31 additions & 22 deletions src/pages/docs/argo-cd/live-object-status/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2025-03-28
modDate: 2026-03-16
modDate: 2026-03-19
navSection: Live Object Status
title: Argo CD Live Object Status
navTitle: Live Object Status
Expand Down Expand Up @@ -45,15 +45,16 @@ Octopus populates the Live Status Table with content taken directly from Argo.

The project health status is a roll-up of the health of all objects:

| Label | Status Icon | Description |
| :---------- | :------------------------------------------------: |:-------------------------------------------------------------------------------------------------------------------------|
| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | One or more objects of the mapped application are in a progressing state |
| Healthy | <i class="fa-solid fa-heart green"></i> | The objects in the cluster match that specified in the applications’ source git repositories, and are executing correctly|
| Unknown | <i class="fa-solid fa-question grey"></i> | We’re having trouble getting live status updates for this application |
| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Your objects experienced errors after the deployment completed |
| Missing | <i class="fa-solid fa-ghost grey"></i> | One or more desired objects are missing from the cluster |
| Unavailable | <i class="fa-solid fa-circle-exclamation red"></i> | Application live status is unavailable because your last deployment failed |
| Waiting | <i class="fa-solid fa-hourglass blue"></i> | Application live status will be available once the deployment completes |
| Label | Status Icon | Description |
| :---------- | :------------------------------------------------------------------------------: |:-------------------------------------------------------------------------------------------------------------------------|
| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | One or more objects of the mapped application are in a progressing state |
| Healthy | <i class="fa-solid fa-heart green"></i> | The objects in the cluster match that specified in the applications’ source git repositories, and are executing correctly|
| Unknown | <i class="fa-solid fa-question grey"></i> | We’re having trouble getting live status updates for this application |
| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Your objects experienced errors after the deployment completed |
| Missing | <i class="fa-solid fa-ghost grey"></i> | One or more desired objects are missing from the cluster |
| Unavailable | <i class="fa-solid fa-circle-exclamation red"></i> | Application live status is unavailable because your last deployment failed |
| Waiting | <i class="fa-solid fa-hourglass blue"></i> | Application live status will be available once the deployment completes |
| Stale | <img src="/docs/img/bolt-slash.svg" alt="stale icon" width="16px" height="16px"> | Status information is stale. No data has been received in the last 10 minutes |

### Project Sync Status

Expand All @@ -68,18 +69,26 @@ Sync Status tracks whether the changes Octopus pushed to git still match what Ar
| Unavailable | <i class="fa-solid fa-circle-exclamation red"></i> | Application sync status is unavailable because your last deployment failed |
| Waiting | <i class="fa-solid fa-hourglass blue"></i> | Application sync status will be available once the deployment completes |

### Object status

| Label | Status Icon | Description |
| :---------- | :-------------------------------------------: |:------------------------------------------------------------------------------------------------------------|
| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | Object is attempting to reach the desired state |
| Healthy | <i class="fa-solid fa-heart green"></i> | Object is in sync and reporting that it is running as expected |
| Unknown | <i class="fa-solid fa-question grey"></i> | We don't have information about the live status of this object |
| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Object has run into a problem, check the logs or events to find out more |
| Out of Sync | <i class="fa-solid fa-arrow-up orange"></i> | Object manifest in the cluster is different from that specified in the Argo CD application's git repository |
| Missing | <i class="fa-solid fa-ghost grey"></i> | Object is missing from the cluster |
| In Sync | <i class="fa-solid fa-check green"></i> | Object manifest matches what was applied, but does not report any additional health status |
| Suspended | <i class="fa-solid fa-pause grey"></i> | Job is not currently running |
### Object Health Status

| Label | Status Icon | Description |
| :---------- | :------------------------------------------------------------------------------: |:------------------------------------------------------------------------------|
| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | Object is attempting to reach the desired state |
| Healthy | <i class="fa-solid fa-heart green"></i> | Object is in sync and reporting that it is running as expected |
| Unknown | <i class="fa-solid fa-question grey"></i> | We don't have information about the live status of this object |
| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Object has run into a problem, check the logs or events to find out more |
| Missing | <i class="fa-solid fa-ghost grey"></i> | Object is missing from the cluster |
| Suspended | <i class="fa-solid fa-pause grey"></i> | Job is not currently running |
| Stale | <img src="/docs/img/bolt-slash.svg" alt="stale icon" width="16px" height="16px"> | Status information is stale. No data has been received in the last 10 minutes |

### Object Sync Status

| Label | Status Icon | Description |
| :---------- | :-------------------------------------------: |:-----------------------------------------------------------------------------------------------------------------------------|
| In Sync | <i class="fa-solid fa-check green"></i> | Argo CD reports the object is synced and the git configuration still matches what Octopus last applied |
| Out of Sync | <i class="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. |
| Git Drift | <i class="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) |
| Unknown | <i class="fa-solid fa-question grey"></i> | We don't have information about the live status of this object |

### Detailed object information

Expand Down
67 changes: 44 additions & 23 deletions src/pages/docs/kubernetes/live-object-status/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2025-03-28
modDate: 2025-05-16
modDate: 2026-03-19
navSection: Live Object Status
title: Kubernetes Live Object Status
navTitle: Overview
Expand Down Expand Up @@ -38,31 +38,52 @@ Octopus display individual status at an object level as well as summarized statu
![Live status page](/docs/img/kubernetes/live-object-status/live-status-page.png)
:::

### Application status
### Application Health Status

The application health status is a roll-up of the health of all objects:

| Label | Status Icon | Description |
| :---------- | :----------------------------------------------------------------------------------: | :-------------------------------------------------------------------------- |
| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | Objects in your application are currently in a progressing state |
| Healthy | <i class="fa-solid fa-heart green"></i> | The objects in your cluster match what was specified in the last deployment |
| Unknown | <i class="fa-solid fa-question grey"></i> | We're having trouble getting live status updates for this application |
| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Your objects experienced errors after the deployment completed |
| Missing | <i class="fa-solid fa-ghost grey"></i> | Objects in your application are currently in a missing state |
| Unavailable | <i class="fa-solid fa-circle-exclamation red"></i> | Application live status is unavailable because your last deployment failed |
| Waiting | <i class="fa-solid fa-hourglass blue"></i> | Application live status will be available once the deployment completes |
| Stale | <img src="/docs/img/bolt-slash.svg" alt="stale icon" width="16px" height="16px">. | Status information is stale. No data has been received in the last 10 minutes|

### Application Sync Status

Sync Status tracks whether the changes Octopus deployed still matches the resources in the cluster.

| Label | Status Icon | Description |
| :---------- | :------------------------------------------------: | :-------------------------------------------------------------------------- |
| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | Objects in your application are currently in a progressing state |
| Healthy | <i class="fa-solid fa-heart green"></i> | The objects in your cluster match what was specified in the last deployment |
| Unknown | <i class="fa-solid fa-question grey"></i> | We're having trouble getting live status updates for this application |
| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Your objects experienced errors after the deployment completed |
| :---------- | :------------------------------------------------: |:----------------------------------------------------------------------------|
| In Sync | <i class="fa-solid fa-check green"></i> | The objects on your cluster match what you last deployed |
| Out of Sync | <i class="fa-solid fa-arrow-up orange"></i> | The objects on your cluster no longer match what you last deployed |
| Missing | <i class="fa-solid fa-ghost grey"></i> | Objects in your application are currently in a missing state |
| Unavailable | <i class="fa-solid fa-circle-exclamation red"></i> | Application live status is unavailable because your last deployment failed |
| Waiting | <i class="fa-solid fa-hourglass blue"></i> | Application live status will be available once the deployment completes |

### Object status

| Label | Status Icon | Description |
| :---------- | :-------------------------------------------: | :----------------------------------------------------------------------------------------- |
| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | Object is attempting to reach the desired state |
| Healthy | <i class="fa-solid fa-heart green"></i> | Object is in sync and reporting that it is running as expected |
| Unknown | <i class="fa-solid fa-question grey"></i> | We don't have up-to-date information about the live status of this object |
| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Object has run into a problem, check the logs or events to find out more |
| Out of Sync | <i class="fa-solid fa-arrow-up orange"></i> | Object manifest is not the same as what was applied |
| Missing | <i class="fa-solid fa-ghost grey"></i> | Object is missing from the cluster |
| In Sync | <i class="fa-solid fa-check green"></i> | Object manifest matches what was applied, but does not report any additional health status |
| Suspended | <i class="fa-solid fa-pause grey"></i> | Job is not currently running |
| Unknown | <i class="fa-solid fa-question grey"></i> | We’re having trouble getting sync status updates for this application |
| Unavailable | <i class="fa-solid fa-circle-exclamation red"></i> | Application sync status is unavailable because your last deployment failed |
| Waiting | <i class="fa-solid fa-hourglass blue"></i> | Application sync status will be available once the deployment completes |

### Object Health Status

| Label | Status Icon | Description |
| :---------- | :-------------------------------------------------------------------------------: |:-------------------------------------------------------------------------------|
| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | Object is attempting to reach the desired state |
| Healthy | <i class="fa-solid fa-heart green"></i> | Object is in sync and reporting that it is running as expected |
| Unknown | <i class="fa-solid fa-question grey"></i> | We don't have information about the live status of this object |
| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Object has run into a problem, check the logs or events to find out more |
| Missing | <i class="fa-solid fa-ghost grey"></i> | Object is missing from the cluster |
| Suspended | <i class="fa-solid fa-pause grey"></i> | Job is not currently running |
| Stale | <img src="/docs/img/bolt-slash.svg" alt="stale icon" width="16px" height="16px"> | Status information is stale. No data has been received in the last 10 minutes |

### Object Sync Status

| Label | Status Icon | Description |
| :---------- | :-------------------------------------------: |:-----------------------------------------------------------------|
| In Sync | <i class="fa-solid fa-check green"></i> | Object manifest matches what was applied |
| Out of Sync | <i class="fa-solid fa-arrow-up orange"></i> | Object manifest is not the same as what was applied |
| Unknown | <i class="fa-solid fa-question grey"></i> | We don't have information about the live status of this object |

Take a look at our [troubleshooting guide](/docs/kubernetes/live-object-status/troubleshooting) for details on why you may see some object statuses

Expand Down
Loading