Skip to content

Commit d430ebf

Browse files
authored
Update NodePool CRD for VM size flexibility
Expanded NodePool CRD to allow for more VM sizes to prevent quota errors during VM creation.
1 parent 53dc8cb commit d430ebf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

support/azure/azure-kubernetes/extensions/troubleshoot-node-auto-provision.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ az vm list-usage --location <region> --query "[?currentValue >= limit]"
259259

260260
**Solutions**:
261261
- Request quota increases through Azure portal
262-
- Use different VM sizes with available quota
262+
- Expand NodePool CRD to more VM sizes. See [NodePool configuration documentation][nap-nodepool-docs] for details. For example, A NodePool specification which allows for D-family virtual machines is less likely to hit quota errors that stop VM creation, compared to a NodePool specification specific to only one exact VM Size.
263263

264264
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
265265

@@ -269,5 +269,6 @@ az vm list-usage --location <region> --query "[?currentValue >= limit]"
269269
[karpenter-faq]: https://karpenter.sh/docs/faq/
270270
[network-security-group-docs]: /azure/virtual-network/network-security-groups-overview
271271
[aksnodeclass-subnet-config]: /azure/aks/node-autoprovision-aksnodeclass#virtual-network-subnet-configuration
272+
[nap-nodepool-docs]: /azure/aks/node-autoprovision-node-pools
272273
[coredns-troubleshoot]: /azure/aks/coredns-custom#troubleshooting
273274

0 commit comments

Comments
 (0)