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
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