Skip to content

Commit 98324d8

Browse files
committed
Add note about _v5 SKUs being unsupported
1 parent 94b3a34 commit 98324d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ The traditional [Azure Container Networking Interface (CNI)](./configure-azure-c
1414
With Azure CNI Overlay, the cluster nodes are deployed into an Azure Virtual Network subnet, whereas pods are assigned IP addresses from a private CIDR logically different from the VNet hosting the nodes. Pod and node traffic within the cluster use an overlay network, and Network Address Translation (via the node's IP address) is used to reach resources outside the cluster. This solution saves a significant amount of VNet IP addresses and enables you to seamlessly scale your cluster to very large sizes. An added advantage is that the private CIDR can be reused in different AKS clusters, truly extending the IP space available for containerized applications in AKS.
1515

1616
> [!NOTE]
17-
> Azure CNI overlay is currently only available in US West Central region.
17+
> - Azure CNI overlay is currently only available in US West Central region.
18+
> - Azure CNI overlay does not currently support _v5 VM SKUs.
1819
1920
## Overview of overlay networking
2021

@@ -85,6 +86,7 @@ The overlay solution has the following limitations today
8586
* You can't deploy multiple overlay clusters in the same subnet.
8687
* Overlay can be enabled only for new clusters. Existing (already deployed) clusters can't be configured to use overlay.
8788
* You can't use Application Gateway as an Ingress Controller (AGIC) for an overlay cluster.
89+
* v5 VM SKUs are not currently supported.
8890

8991
## Steps to set up overlay clusters
9092

0 commit comments

Comments
 (0)