Skip to content

Commit d4c56e1

Browse files
Merge pull request #209820 from paulgmiller/patch-6
Document batch size of 16.
2 parents 97e285a + 14105c8 commit d4c56e1

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+
IPs are allocated to nodes in batches of 16. Pod subnet IP allocation should be planned with a minimum of 16 IPs per node in the cluster; nodes will request 16 IPs on startup and will request another batch of 16 any time there are <8 IPs unallocated in their allotment.
174176

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

0 commit comments

Comments
 (0)