Image deployment is failing with AKS
I have below image in ACR, you can see:
in Deployment file also I gave same image name: but it is failing with following error. I verified POD logs you can see below
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