Skip to content

Commit d90ee5c

Browse files
committed
properly cased word node
1 parent 263c1fd commit d90ee5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/load-balancer-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ az aks create \
319319
By default, AKS sets *AllocatedOutboundPorts* on its load balancer to `0`, which enables [automatic outbound port assignment based on backend pool size][azure-lb-outbound-preallocatedports] when creating a cluster. For example, if a cluster has 50 or fewer nodes, 1024 ports are allocated to each node. As the number of nodes in the cluster increases, fewer ports are available per node.
320320

321321
> [!IMPORTANT]
322-
> There is a hard limit of 1024 ports regardless of whether front-end IPs are added when the Node size is less than 50.
322+
> There is a hard limit of 1024 ports regardless of whether front-end IPs are added when the node size is less than 50.
323323

324324
To show the *AllocatedOutboundPorts* value for the AKS cluster load balancer, use `az network lb outbound-rule list`.
325325

0 commit comments

Comments
 (0)