github Azure/aad-pod-identity v1.6.3

latest releases: v1.8.17, v1.8.16, v1.8.15...
3 years ago

⚠️ v1.6.3 contains breaking changes - Please read the doc carefully before upgrading from 1.5.x

Details about the changes which went into the v1.6.3 release can be found here: CHANGELOG-1.6.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.6.3/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.6.3/deploy/infra/mic-exception.yaml

For non-RBAC clusters:

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/v1.6.3/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.6.3/deploy/infra/mic-exception.yaml

Using Helm:

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

Don't miss a new aad-pod-identity release

NewReleases is sending notifications on new releases.