This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Do you have to use az aks pod-identity add CLI in order to create pod-identity? #1211
Unanswered
orionstudt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my cluster configured for pod-identity with a specific user-assigned identity.
I want to be able to create the
AzureIdentity
and theAzureIdentityBinding
from within a helmchart because the namespace is fully managed by the helmchart.If I run the
az aks pod-identity add
command manually than I can see the identity that I want to use get added to thepodIdentityProfile
underuserAssignedIdentities
for the cluster.But if I create the pod-identity via YAML in the helmchart, the
podIdentityProfile
never gets updated as it should and as such my NMI containers logIdentity not found
because the identity it needs isn't present.Is this expected or should I be able to create a pod-identity via YAML?
Beta Was this translation helpful? Give feedback.
All reactions