ArgoCD Deployment Failure
Application: agentic-platform-engineering-demo
Timestamp: 2026-03-29T00:04:27.256Z
Cluster Information
| Field |
Value |
| Cluster Name |
msftgbb |
| Resource Group |
agentic-platform-engineering |
| Namespace |
default |
Application Status
Error Message
successfully synced (all tasks run)
Troubleshooting Commands
# Check application status in ArgoCD
argocd app get agentic-platform-engineering-demo
# 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:
agentic-platform-engineering-demoTimestamp: 2026-03-29T00:04:27.256Z
Cluster Information
msftgbbagentic-platform-engineeringdefaultApplication Status
DegradedSynced3cbff7db97e79fffbefa46861326d0e5ed7c010eError Message
Troubleshooting Commands
Quick Links
This issue was automatically created by ArgoCD Notifications