You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/azure-cni-overlay.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,8 @@ Use the traditional VNet option when:
92
92
93
93
## Limitations with Azure CNI Overlay
94
94
95
-
The overlay solution has the following limitations:
95
+
Azure CNI Overlay has the following limitations:
96
96
97
-
* Overlay can be enabled only for new clusters. Existing (already deployed) clusters can't be configured to use overlay.
98
97
* You can't use Application Gateway as an Ingress Controller (AGIC) for an overlay cluster.
99
98
* Windows Server 2019 node pools are not supported for overlay.
100
99
@@ -150,9 +149,10 @@ az aks create -n $clusterName -g $resourceGroup --location $location --network-p
150
149
151
150
To update an existing cluster to use Azure CNI overlay, there are a couple prerequisites:
152
151
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).
156
156
157
157
To update a cluster, run the following Azure CLI command.
0 commit comments