forked from DevExpGbb/agentic-platform-engineering
-
Notifications
You must be signed in to change notification settings - Fork 17
🚨 ArgoCD Deployment Failed: aks-store #2
Copy link
Copy link
Closed
Labels
Description
ArgoCD Deployment Failure
Application: aks-store
Timestamp: 2026-02-17T04:30:59.604Z
Cluster Information
| Field | Value |
|---|---|
| Cluster Name | msftgbb |
| Resource Group | agentic-platform-engineering |
| Namespace | default |
Application Status
| Field | Value |
|---|---|
| Health Status | Degraded |
| Sync Status | Synced |
| Revision | 326fd8985e1bf22320c566149158813dd337e2da |
| Repository | https://github.com/microsoftgbb/agentic-platform-engineering.git |
Error Message
successfully synced (all tasks run)
Troubleshooting Commands
# Check application status in ArgoCD
argocd app get aks-store
# 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