Open codepic opened 2 years ago
@paolosalvatori - something you can help with?
Hi @codepic, when you see a message like
PodIdentity addon is not allowed since feature 'Microsoft.ContainerService/EnablePodIdentityPreview' is not enabled
it means that you have to enable a preview feature before using it. For this feature, in particular, see Use Azure Active Directory pod-managed identities in Azure Kubernetes Service (Preview). Now, Azure AD Pod Identity has been replaced by Azure AD Workload Identity. For more information, see:
If you are not interested in any of these features, you can disable or remove them from the ARM template. Hope this helps.
Template
aks-nat-agic
Issue Details
Repro steps
PodIdentity addon is not allowed since feature 'Microsoft.ContainerService/EnablePodIdentityPreview' is not enabled.
Resolution
Update the aforementioned template to use Use an Azure AD workload identity (preview) instead.