从 Azure 容器注册表中拉取 Azure AKS 映像

Azure AKS pull image from Azure Container Registry

我有一个 Azure AKS 集群,我正在尝试在其上部署已推送到 Azure 容器注册表的自定义映像。

我创建了一个服务委托人,并使用该 SP 创建了我的 AKS。如下文所述,此 SP 还对我的 ACR 具有读取权限:

https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-aks

但是我的 pods 没有被创建,但是给出消息 "Back-off pulling image" 我错过了什么吗?

我好像在尝试使用 Azure AKS 尚不支持的 windows 容器。切换到 linux 图像并且工作正常