Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add another cause for 401 Unauthorized error #1812

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jkyamog
Copy link

@jkyamog jkyamog commented Mar 11, 2025

I have identified an additional scenario that can cause a 401 Unauthorized error, distinct from the existing Cause 1: 401 Unauthorized error. This new scenario occurs due to an architecture mismatch between the container image in Azure Container Registry (ACR) and the node architecture (for example, arm64 vs. amd64) in Azure Kubernetes Service (AKS). Additionally, the current troubleshooting steps provided in the documentation do not resolve this issue and instead result in an unexpected "exec format error."

This PR adds this new cause and its corresponding solution to the documentation.

#sign-off

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@jkyamog
Copy link
Author

jkyamog commented Mar 11, 2025

@microsoft-github-policy-service agree

Copy link

@jkyamog : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

Copy link
Contributor

Learn Build status updates of commit 8c82ce8:

✅ Validation status: passed

File Status Preview URL Details
support/azure/azure-kubernetes/extensions/cannot-pull-image-from-acr-to-aks-cluster.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants