1. 重新查看应用pod的log,成功拿到token,问题解决了 kubectl logs pod-identity-demo 1.
myacr.azurecr.io/myImage:1.1.23114: not found, rpc error: code = Unknown desc = failed to pull and unpack image "myacr.azurecr.io/myImage:1.1.23114": failed to resolve reference "myacr.azurecr.io/myImage:1.1.23114": failed to authorize: failed to fetch anonymous tok...
kubelet: anonymousAuth: false authenticationTokenWebhook: true authorizationMode: Webhook This might break authorization forkubelet-apiuser ifClusterRoleBindingis not created withsystem:kubelet-api-admin. Which can be fixed by creating theClusterRoleBinding: ...
We have deployed our services on - AKS aks version 1.16.9. Our services have been developed using a wrapper library to authenticate token which internally uses Microsoft.Identity.Model.Token to validate the token. In most scenarios it works perfectly fine. It has been configured to accept azure...
myacr.azurecr.io/myImage:1.1.23114: not found, rpc error: code = Unknown desc = failed to pull and unpack image "myacr.azurecr.io/myImage:1.1.23114": failed to resolve reference "myacr.azurecr.io/myImage:1.1.23114": failed to authorize: failed to fetch anonymous token: u...