Skip to content

Commit 6c7906a

Browse files
Merge pull request #270199 from jotavar/add-63-char-length-name-limtation-to-aks-cni-overlay-article
add-63-char-length-name-limtation-to-aks-cni-overlay-article
2 parents ef5aae2 + 12ea76b commit 6c7906a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Azure CNI Overlay has the following limitations:
9292
- You can't use Application Gateway as an Ingress Controller (AGIC) for an Overlay cluster.
9393
- Virtual Machine Availability Sets (VMAS) aren't supported for Overlay.
9494
- You can't use [DCsv2-series](/azure/virtual-machines/dcv2-series) virtual machines in node pools. To meet Confidential Computing requirements, consider using [DCasv5 or DCadsv5-series confidential VMs](/azure/virtual-machines/dcasv5-dcadsv5-series) instead.
95+
- In case you are using your own subnet to deploy the cluster, the names of the subnet, VNET and resource group which contains the VNET, must be 63 characters or less. This comes from the fact that these names will be used as labels in AKS worker nodes, and are therefore subjected to [Kubernetes label syntax rules](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set).
9596

9697
## Set up Overlay clusters
9798

0 commit comments

Comments
 (0)