Hi Thomas FOUREST (admintenant.tfo),
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
An ImagePullBackOff
is the result of repeat ErrImagePull
errors, meaning the kubelet tried to pull a container image several times and failed. This indicates a persistent problem that needs to be addressed.
The issue you're experiencing here is due to a certificate verification error when trying to pull an image from your Azure Container Registry (ACR). The error message indicates that the certificate is valid for *.azurecr.io
, but not for acrblablabla.westeurope.data.azurecr.io.
I can provide you the below document which matches with your scenario:-)
https://github.com/Azure/acr/issues/425
If you have any further queries, do let us know.
If the answer is helpful, please click "Accept Answer" and "Upvote it."