Skip to content

Commit 23bcbba

Browse files
committed
Note for ip address planning
1 parent aec8f4e commit 23bcbba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/aks/configure-azure-cni-static-block-allocation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,11 @@ Ideal values with no IP wastage would require the max pods value to conform to t
8080
**Example 2:** max_pods = 31, CIDR Blocks allocated per node = 2, Total IPs available for pods = (16 * 2) - 1 = 32 - 1 = 31, IP wastage per node = 31 - 31 = 0 **[Ideal Case]**
8181
**Example 3:** max_pods = 32, CIDR Blocks allocated per node = 3, Total IPs available for pods = (16 * 3) - 1 = 48 - 1 = 47, IP wastage per node = 47 - 32 = 15 **[High Wastage - Not Recommended Case]**
8282
83-
8483
The planning of IPs for Kubernetes services remain unchanged.
8584
85+
> [!NOTE]
86+
> Ensure your VNet has a sufficiently large and contiguous address space to support your cluster's scale.
87+
8688
## Deployment parameters
8789
8890
The [deployment parameters][azure-cni-deployment-parameters]for configuring basic Azure CNI networking in AKS are all valid, with two exceptions:

0 commit comments

Comments
 (0)