Skip to content

Commit 00ad0d7

Browse files
Merge pull request #230068 from phealy/patch-3
AKS: Azure CNI Overlay documentation updates
2 parents 20f9609 + 1f802b1 commit 00ad0d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ Use the traditional VNet option when:
9292

9393
## Limitations with Azure CNI Overlay
9494

95-
The overlay solution has the following limitations:
95+
Azure CNI Overlay has the following limitations:
9696

97-
* Overlay can be enabled only for new clusters. Existing (already deployed) clusters can't be configured to use overlay.
9897
* You can't use Application Gateway as an Ingress Controller (AGIC) for an overlay cluster.
9998
* Windows Server 2019 node pools are not supported for overlay.
10099

@@ -150,9 +149,10 @@ az aks create -n $clusterName -g $resourceGroup --location $location --network-p
150149

151150
To update an existing cluster to use Azure CNI overlay, there are a couple prerequisites:
152151

153-
1. The cluster must use Azure CNI without the pod subnet feature.
154-
1. The cluster is _not_ using network policies.
155-
1. The Overlay Pod CIDR needs to be an address range that _does not_ overlap with the existing cluster's VNet.
152+
* The cluster must use Azure CNI without the pod subnet feature.
153+
* The cluster is _not_ using network policies.
154+
* The Overlay Pod CIDR needs to be an address range that _does not_ overlap with the existing cluster's VNet.
155+
* If you have subnet Network Security Group rules, they must allow traffic to and from the Pod CIDR (refer to the [network security groups](#network-security-groups) section in this document for more information).
156156

157157
To update a cluster, run the following Azure CLI command.
158158

0 commit comments

Comments
 (0)