This message was deleted.
# general
s
This message was deleted.
a
You need to add a "Network Contributor" assignment to the service principal attached to your AKS. Admin access isn't really necessary, but if you have it enabled, instead of assigning a network contributor role to the AKS service principal, you could provide a value for the
imagePullSecrets
property of a deployment.
I mean, I'm pretty sure it's a permissions issue what you're seeing, that's why I suggested the above.
g
Ok will look into that. Thanks!
q
For pulling the image the AZ Role is: AcrPull I remember having to provide permission ‘AcrPull’, explicity assigned to the SPN of the AKS cluster.
a
Ah, yes, my bad 😞
AcrPull
is what's needed. I've quickly glanced over my code, but
Network Contributor
was used for configuring a public IP. Looking a second time now, indeed I've used
AcrPull
for pulling private images.