ArgoCD Deployment Failure
Application: this-app-is-broken
Timestamp:
Cluster Information
| Field |
Value |
| Cluster Name |
aks-eastus2 |
| Resource Group |
rg-anyscale-demo |
| Namespace |
default |
Application Status
Error Message
Troubleshooting Commands
# Check application status in ArgoCD
argocd app get this-app-is-broken
# 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
ArgoCD Deployment Failure
Application:
this-app-is-brokenTimestamp:
Cluster Information
aks-eastus2defaultApplication Status
DegradedOutOfSync25de396623eb691c7b0e9cc1810459a0eb2302feError Message
Troubleshooting Commands
Quick Links
This issue was automatically created by ArgoCD Notifications