Skip to content

Commit 3b11018

Browse files
authored
Update tutorial-ingress-controller-add-on-new.md
Removed the below content "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." As Per PG this is an internal hook and should not be proposed to customer. From: [email protected] Prin PM AKSHTTPCustomFeatures is an internal test hook, it’s not an feature. Please do not publish it. And external customer should not try to use that.
1 parent 9a74eab commit 3b11018

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ az aks create -n myCluster -g myResourceGroup --network-plugin azure --enable-ma
6060
> [!NOTE]
6161
> 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.
6262
63-
>[!NOTE]
64-
>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.
6563

6664
```azurecli-interactive
6765
# Get application gateway id from AKS addon profile

0 commit comments

Comments
 (0)