fix: correct typo in order-service image name#53
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
fix: correct typo in order-service image name#53github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
The deployment for order-service has been failing with ImagePullBackOff because the image name contained a typo: 'order-servie' instead of 'order-service'. This fix corrects the image name from: ghcr.io/azure-samples/aks-store-demo/order-servie:2.1.0 to: ghcr.io/azure-samples/aks-store-demo/order-service:2.1.0 Root cause: Typo in manifest file Impact: order-service deployment unable to pull container image Resolution: Fix image name to match the actual container registry path Fixes #52
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.
Summary
Fixes #52 - ArgoCD deployment failure for
aks-labs-on-tech-connectapplication.Root Cause Analysis
The
order-servicedeployment has been failing withImagePullBackOfferrors for the past 8+ hours due to a typo in the container image name.Evidence Collected
Cluster diagnostics:
order-service-b89d58f55-bnrj5andorder-service-bf95bbdc4-hv654both inImagePullBackOffBack-off pulling image "ghcr.io/azure-samples/aks-store-demo/order-servie:2.1.0"Root cause:
ghcr.io/azure-samples/aks-store-demo/order-servie:2.1.0❌ghcr.io/azure-samples/aks-store-demo/order-service:2.1.0✅order-servievsorder-service(missing 'c')Changes Made
File:
Act-3/argocd/apps/broken-aks-store-all-in-one.yamlorder-servietoorder-serviceImpact
Before fix:
Expected after merge:
Test Plan
argocd app sync aks-labs-on-tech-connectkubectl get pods -n default -l app=order-serviceImagePullBackOff→Runningwithin 1-2 minuteskubectl get deployment order-service -n defaultREADY: 1/1Rollback Plan
If issues arise, rollback via:
argocd app rollback aks-labs-on-tech-connect # or kubectl rollout undo deployment/order-service -n defaultAdditional Notes
Generated by: Cluster Doctor Agent (Autonomous Kubernetes Diagnostics)
Cluster verified: aks-eastus2 (rg-anyscale-demo)
Analysis timestamp: 2026-02-12T00:51:27Z