Image deployment is failing with AKS

Diptesh Kumar 166 Reputation points
2025-04-19T11:43:27.8233333+00:00

I have below image in ACR, you can see:

User's image

in Deployment file also I gave same image name: but it is failing with following error. I verified POD logs you can see below

User's image

Please see the events of POD below :

Events:

Type Reason Age From Message


Normal Scheduled 43s default-scheduler Successfully assigned default/aks-agent-deployment-7d7c5cc86-25269 to aks-jbk-41249360-vmss000001

Normal Pulling 42s kubelet Pulling image "acrsss.azurecr.io/acrrepo:20250419.39"

Normal Pulled 22s kubelet Successfully pulled image "acrsss.azurecr.io/acrrepo:20250419.39" in 19.928s (19.928s including waiting). Image size: 262301303 bytes.

Normal Created 8s (x3 over 22s) kubelet Created container: azp-agent

Normal Started 8s (x3 over 22s) kubelet Started container azp-agent

Normal Pulled 8s (x2 over 22s) kubelet Container image "acrsss.azurecr.io/acrrepo:20250419.39" already present on machine

Warning BackOff 8s (x3 over 21s) kubelet Back-off restarting failed container azp-agent in pod aks-agent-deployment-7d7c5cc86-25269_default(e3b6be02-05a3-4e1e-bbee-f5ec9e3c9e33)

Please suggest fix. Thank you

Azure DevOps
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.