Skip to content

Commit 30fb6db

Browse files
authored
Reword subnet IP management recommendations
1 parent af6221e commit 30fb6db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/azure/azure-kubernetes/create-upgrade-delete/error-code-subnetisfull.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ To avoid `SubnetIsFull` issues in Azure Kubernetes Service (AKS), follow best pr
5252

5353
- Plan for Future Growth: When you create subnets, make sure that they're large enough to accommodate future growth. We recommend that you reserve more IP addresses than you currently need to avoid running out of space as the cluster scales.
5454
- Use Larger Subnet CIDR: If possible, use a larger subnet CIDR to provide more IP addresses. This strategy helps to accommodate more nodes and pods without running into IP exhaustion issues.
55-
- Monitor IP Usage: Regularly monitor the IP address usage within your subnets to identify potential issues before they become critical. Tools such as Azure Monitor can help track IP address consumption.
56-
- Optimize IP Allocation: Make sure that IP addresses are allocated efficiently. Avoid reserving IP addresses unnecessarily, and release any unused IP addresses to free up space.
55+
- Monitor IP Usage: To identify potential issues before they become critical, regularly monitor the IP address usage within your subnets. Tools such as Azure Monitor can help track IP address consumption.
56+
- Optimize IP Allocation: Make sure that IP addresses are allocated efficiently. Avoid reserving IP addresses unnecessarily. To free up space, release any unused IP addresses.
5757
- Use multiple node pools: Consider using multiple node pools with different subnets to distribute the IP address load. This strategy can help mitigate the risk of running out of IP addresses in a single subnet.
5858

5959
## More information

0 commit comments

Comments
 (0)