Closed 64J0 closed 1 year ago
I'm not sure why, but after installing the configuration again I started getting the same error from the MIC:
I1201 15:14:15.670757 1 mic.go:648] uai-account identity not found when using default/azure-pod-identity-binding binding
The pod-identity resource looks like:
apiVersion: aadpodidentity.k8s.io/v1
kind: AzureIdentity
metadata:
name: "uai-aks"
spec:
type: 0
resourceID: "subscription-path"
clientID: "client-id"
---
apiVersion: aadpodidentity.k8s.io/v1
kind: AzureIdentityBinding
metadata:
name: azure-pod-identity-binding
spec:
azureIdentity: "uai-aks-staging"
selector: "azure-pod-identity-binding-selector"
Noticed that the problem is that the azureIdentity
in the AzureIdentityBinding
resource was wrong.
After fixing it, my error is now:
failed to generate identity assignment state, error: failed to get a list of user-assigned identites from node aks-generic-1 [...]
I'll close this issue since it's related to another problem.
Have you
Describe the bug
The POD that's trying to get the identity is throwing this event:
In MIC I get this kind of log:
From the NMI:
Steps To Reproduce
Expected behavior
AAD Pod Identity version
Kubernetes version
Additional context