Skip to content

Commit 58bd39f

Browse files
authored
Document batch size of 16.
1 parent b5c8792 commit 58bd39f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/aks/configure-azure-cni.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ The [prerequisites][prerequisites] already listed for Azure CNI still apply, but
171171
### Planning IP addressing
172172

173173
When using this feature, planning is much simpler. Since the nodes and pods scale independently, their address spaces can also be planned separately. Since pod subnets can be configured to the granularity of a node pool, customers can always add a new subnet when they add a node pool. The system pods in a cluster/node pool also receive IPs from the pod subnet, so this behavior needs to be accounted for.
174+
175+
However ips are allocated in batches of 16 (currently may lower in future). So you do need to plan assume at least 16*nodes ips per subnet and each node will request another batch of 16 once it's over half the batch size. So a node will ask for 32 once it's got >8 pod ips in use.
174176

175177
The planning of IPs for Kubernetes services and Docker bridge remain unchanged.
176178

0 commit comments

Comments
 (0)