fix: correct order-service image name typo causing ImagePullBackOff (fixes #33)#34
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
…ice) Fixes DevExpGbb#33 - ArgoCD deployment degraded due to ImagePullBackOff on order-service pod. The image name was missing the trailing 'e': BROKEN: ghcr.io/azure-samples/aks-store-demo/order-servic:2.1.0 FIXED: ghcr.io/azure-samples/aks-store-demo/order-service:2.1.0 The ArgoCD application 'agentic-platform-engineering-demo' is sourcing from Act-3/argocd/apps/ where this typo caused the order-service Deployment to fail with: "failed to resolve reference ... 403 Forbidden" Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🩺 Cluster Doctor — Automated Fix for Issue DevExpGbb#33
Summary
Root Cause: The
order-serviceDeployment inAct-3/argocd/apps/broken-aks-store-all-in-one.yamlreferences a non-existent container image due to a one-character typo.ghcr.io/azure-samples/aks-store-demo/order-servic:2.1.0ghcr.io/azure-samples/aks-store-demo/order-service:2.1.0Diagnosis Evidence
Cluster:
msftgbb· Namespace:default· ArgoCD App:agentic-platform-engineering-demoThe ArgoCD Application is configured to source from
Act-3/argocd/apps/(confirmed via live cluster inspection). Thebroken-aks-store-all-in-one.yamlin that path had the typo, causing:Pod state at time of diagnosis:
ArgoCD sync result (from cluster):
Change
File:
Act-3/argocd/apps/broken-aks-store-all-in-one.yamlTest Plan
kubectl get pods -n default—order-servicepod should transition toRunningDegraded→HealthyRollback
Revert this PR and ArgoCD
selfHeal: truewill re-apply the broken image. No data loss risk.🤖 Automatically diagnosed and remediated by Cluster Doctor