Unable to pull new image with AKS and ACR
问题 I'm suddenly having issues pulling the latest image from Azure container registry with AKS (which previously worked fine. If I run kubectl describe pod <podid> I get: Failed to pull image <image>: rpc error: code = Unknown desc = Error response from daemon: Get <image>: unauthorized: authentication required I've tried logging into the ACR manually and it's all working correctly - the new images have pushed correctly and I can pull them manually. Moreover I've tried: az aks update -g