Skip to content

Commit 1d59840

Browse files
committed
added AAD pod identity exception note
1 parent 57d5ec8 commit 1d59840

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/aks/cluster-extensions.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ A conceptual overview of this feature is available in [Cluster extensions - Azur
3131
* An Azure subscription. If you don't have an Azure subscription, you can create a [free account](https://azure.microsoft.com/free).
3232
* [Azure CLI](/cli/azure/install-azure-cli) version >= 2.16.0 installed.
3333

34+
> [!NOTE]
35+
> If you have enabled [AAD-based pod identity][./use-azure-ad-pod-identity.md] on your AKS cluster, please add the following `AzurePodIdentityException` to the release namespace of your extension instance on the AKS cluster:
36+
> ```yml
37+
> apiVersion: aadpodidentity.k8s.io/v1
38+
> kind: AzurePodIdentityException
39+
> metadata:
40+
> name: extension-exception
41+
> namespace: <release-namespace-of-extension>
42+
> spec:
43+
> podLabels:
44+
> clusterconfig.azure.com/managedby: k8s-extension
45+
> ```
46+
3447
### Register provider for cluster extensions
3548
3649
#### [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)