Skip to content

Commit af6221e

Browse files
authored
Update best practices for avoiding SubnetIsFull issues
Edit review per CI 4351
1 parent e578697 commit af6221e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Trying to update a subnet's Classless Inter-Domain Routing (CIDR) address space
4848

4949
## Best practices
5050

51-
To avoid SubnetIsFull issues in Azure Kubernetes Service (AKS), it's important to follow best practices related to subnet sizing, IP address management, and node pool strategies. Here are some key recommendations:
51+
To avoid `SubnetIsFull` issues in Azure Kubernetes Service (AKS), follow best practices that are related to subnet sizing, IP address management, and node pool strategies. Here are some key recommendations:
5252

53-
1. Plan for Future Growth: When creating subnets, ensure they are large enough to accommodate future growth. It's recommended to reserve more IP addresses than currently needed to avoid running out of space as the cluster scales.
54-
2. Use Larger Subnet CIDR: If possible, use a larger subnet CIDR to provide more IP addresses. This helps in accommodating more nodes and pods without running into IP exhaustion issues.
55-
3. Monitor IP Usage: Regularly monitor the IP address usage within your subnets to identify potential issues before they become critical. Tools like Azure Monitor can help track IP address consumption.
56-
4. Optimize IP Allocation: Ensure that IP addresses are allocated efficiently. Avoid reserving IP addresses unnecessarily and release any unused IP addresses to free up space.
57-
5. Use Multiple Node Pools: Consider using multiple node pools with different subnets to distribute the IP address load. This can help mitigate the risk of running out of IP addresses in a single subnet.
53+
- 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.
54+
- 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.
57+
- 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
6060

0 commit comments

Comments
 (0)