Configuring GitOps in AKS with AAD Pod Identity

Copper Contributor

Hello,

 

I hope someone can help with the below issue.

 

While configuring GitOps in an AKS cluster in which AAD Pod Identity is enabled, we are obtaining error as below.

Jefflin_Kingston_0-1658917846221.jpeg

We have also tried by adding pod identity exception to the cluster with the below command, but still we are obtaining the same error.

az aks pod-identity exception add --cluster-name <clusterName> --namespace flux-system --pod-labels "app.kubernetes.io/name=microsoft.flux" --resource-group <resourceGroupName>

 

Thanks,

Jefflin K

0 Replies