Skip to content

Commit 20f4dc3

Browse files
Overlay parameter
1 parent bab5056 commit 20f4dc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/application-gateway/tutorial-ingress-controller-add-on-new.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ az aks create -n myCluster -g myResourceGroup --network-plugin azure --enable-ma
5959
> [!NOTE]
6060
> Please ensure the identity used by AGIC has the proper permissions. A list of permissions needed by the identity can be found here: [Configure Infrastructure - Permissions](configuration-infrastructure.md#permissions). If a custom role is not defined with the required permissions, you may use the _Network Contributor_ role.
6161
62+
>[!NOTE]
63+
>If you are planning on using AGIC with an AKS cluster using CNI Overlay, specify the parameter `--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AppGatewayWithOverlayPreview` to configure AGIC to handle connectivity to the CNI Overlay enabled cluster.
64+
6265
```azurecli-interactive
6366
# Get application gateway id from AKS addon profile
6467
appGatewayId=$(az aks show -n myCluster -g myResourceGroup -o tsv --query "addonProfiles.ingressApplicationGateway.config.effectiveApplicationGatewayId")

0 commit comments

Comments
 (0)