Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

v1.7.2

Choose a tag to compare

@chewong chewong released this 02 Feb 21:57
· 202 commits to master since this release
d83ef21

Warning ⚠️

  • v1.7.2 contains breaking changes if upgrading from 1.5.x - Please read the doc carefully before upgrading.
  • AAD Pod Identity v1.7+ is disabled by default on clusters with Kubenet. Please refer this doc for more details.

Details about the changes which went into the v1.7.2 release can be found here: CHANGELOG-1.7.md

Note The images are now hosted in mcr.microsoft.com/oss/azure/aad-pod-identity

Installation/Upgrade for RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.2/deploy/infra/deployment-rbac.yaml

For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.2/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.2/deploy/infra/deployment.yaml

# For AKS clusters, deploy the MIC and AKS add-on exception by running -
kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.7.2/deploy/infra/mic-exception.yaml

Using Helm:

helm repo update
helm install aad-pod-identity aad-pod-identity/aad-pod-identity