Skip to content

Commit 649dd2c

Browse files
committed
Made some more minor changes based on comments
1 parent 6cb2dfd commit 649dd2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Azure CNI offers two IP addressing options for pods- the traditional configurati
6666

6767
Use 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
119119
clusterName="myOverlayCluster"
120120
subscription="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

0 commit comments

Comments
 (0)