Open
Description
When I try to create a managed AKS cluster with podIdentityProfile
enabled, I get the following error:
Code="PodIdentityAddonUserAssignedIdentitiesNotAllowedInCreation" Message="PodIdentity addon does not support assigning pod identities on creation."
However, nothing in the specification that acknowledges this behavior. Suggested fixes:
- (ideally) Fix the API to allow specifying
podIdentityProfiles
properties at the creation time - (for now) Mark
podIdentityProfile
withx-ms-mutability: [update, read]