Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix kubectl command syntax in diagnostic report
Co-authored-by: raykao <860691+raykao@users.noreply.github.com>
  • Loading branch information
Copilot and raykao committed Feb 3, 2026
commit d8f22cbcaa97b4d047f5318c247c770cc06192a1
2 changes: 1 addition & 1 deletion DIAGNOSTIC_REPORT_2-broken-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ argocd app get 2-broken-apps
# Expected: Health Status: Healthy, Sync Status: Synced

# 2. Verify all pods are running
kubectl get pods -n default -l app in (order-service,store-admin,product-service,store-front,makeline-service,mongodb,rabbitmq)
kubectl get pods -n default | grep -E "(order-service|store-admin|product-service|store-front|makeline-service|mongodb|rabbitmq)"

# Expected: All pods in Running state

Expand Down