-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Was alpha rolled out to aks ? #751
Comments
After adding adding |
Yeah, same thing happened to us. It seems like we are experience the semantics of the alpha. We were in the process of getting these pod labels added before GA. The funny thing is the AZWI controller still indicates that its running |
Hello 👋🏻 thanks for opening the issue. AKS is rolling out |
We got an email a few weeks ago indicating we would need to do it for GA. We were in the process of getting it updated, assuming we had more time. But even then, the image version still said 14 for the webhook controller so I'm confused why it kicked in. |
Can you provide a copy of the fix in this issue? Trying to implement it and I do not have access to the ADO org. |
@glloyd2010f I don't have access either, but the "issue" is that target Assuming you're using a kind: Deployment
spec:
template:
metadata:
labels:
azure.workload.identity/use: 'true' |
@glloyd2010f wrong link. I meant this https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview#pod-labels |
Describe the bug
At the same time as v1.0.0-alpha.0 was released my pods starting failing with
azure.identity._exceptions.CredentialUnavailableError: ManagedIdentityCredential authentication unavailable. The requested identity has not been assigned to this resource.
from the Python SDK. I have made no changes to the cluster, the identity or anything in that sort. Have it been auto rolled out?Steps To Reproduce
Have a AKS cluster running before yesterday where everything was working.
Expected behavior
Still work..
Logs
Environment
Client Version: v1.25.2
Kustomize Version: v4.5.7
Server Version: v1.22.15
Additional context
The text was updated successfully, but these errors were encountered: