-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
argocd-deployment-failureautomatedbugSomething isn't workingSomething isn't workingcluster-doctorTag and trigger the Cluster Doctor Custom AgentTag and trigger the Cluster Doctor Custom Agent
Description
ArgoCD Deployment Failure
Application: 2-broken-apps
Timestamp: 2026-02-03T18:43:13Z
Cluster Information
| Field | Value |
|---|---|
| Cluster Name | aks-eastus2 |
| Namespace | default |
Application Status
| Field | Value |
|---|---|
| Health Status | Degraded |
| Sync Status | OutOfSync |
| Revision | 8cd04df204028ff78613a69fdb630625864037c6 |
| Repository | https://github.com/dcasati/argocd-notification-examples.git |
Error Message
one or more synchronization tasks are not valid (retried 2 times).
Troubleshooting Commands
# Check application status in ArgoCD
argocd app get 2-broken-apps
# Check pods in namespace
kubectl get pods -n default
# Describe failed pods
kubectl describe pods -n default
# Get pod logs
kubectl logs -n default <pod-name>
# Check events
kubectl get events -n default --sort-by='.lastTimestamp'Quick Links
This issue was automatically created by ArgoCD Notifications
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
argocd-deployment-failureautomatedbugSomething isn't workingSomething isn't workingcluster-doctorTag and trigger the Cluster Doctor Custom AgentTag and trigger the Cluster Doctor Custom Agent