You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/azure-kubernetes/create-upgrade-delete/error-code-subnetisfull.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,13 @@ Trying to update a subnet's Classless Inter-Domain Routing (CIDR) address space
48
48
49
49
## Best practices
50
50
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:
52
52
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.
0 commit comments