File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Azure CNI offers two IP addressing options for pods- the traditional configurati
6666
6767Use overlay networking when:
6868
69- * You have limited IP address space.
69+ * You would like to scale to a large number of Pods but have limited IP address space in your VNet .
7070* Most of the pod communication is within the cluster.
7171* You don't need advanced AKS features, such as virtual nodes.
7272
@@ -119,7 +119,7 @@ Create a cluster with Azure CNI Overlay. Use `--network-plugin-mode` to specify
119119clusterName="myOverlayCluster"
120120subscription="aaaaaaa-aaaaa-aaaaaa-aaaa"
121121
122- az aks create -n $clusterName -g $resourceGroup --location $location --network-plugin azure --network-plugin-mode overlay --pod-cidr 192.168.0.0/16 --vnet-subnet-id /subscriptions/$subscription /resourceGroups/$resourceGroup/providers/Microsoft.Network/virtualNetworks/$vnet/subnets/nodesubnet
122+ az aks create -n $clusterName -g $resourceGroup --location $location --network-plugin azure --network-plugin-mode overlay --pod-cidr 192.168.0.0/16 --vnet-subnet-id /subscriptions/$subscription/resourceGroups/$resourceGroup/providers/Microsoft.Network/virtualNetworks/$vnet/subnets/nodesubnet
123123```
124124
125125## Frequently asked questions
You can’t perform that action at this time.
0 commit comments