I followed the guide here (Grant AKS access to ACR), but am still getting "unauthorized: authentication required" when a Pod is attempting to pull an image from ACR.
The bash script executed without any errors. I have tried deleting my Deployment
and creating it from scratch kubectl apply -f ...
, no luck.
I would like to avoid using the 2nd approach of using a secret.