-
Notifications
You must be signed in to change notification settings - Fork 133
AKS-23 Nodepool subnet size needs to accommodate maximum auto-scale settings #388
Conversation
…ools with a subnetmask that does not match autoscale configured max-nodes
Changed param labels and corrected spelling mistakes.
Hello @dminkovski , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @dminkovski! Please include a screenshot of the successful testing of the query in the PR. Please also update the summary table on the _index.md page for AKS to indicate an ARG query is available for AKS-23.
Testing Setup:
Test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Overview/Summary
This Pull Request introduces an Azure Resource Graph (ARG) query that identifies AKS node pools with auto-scaling enabled and checks if the associated subnet's size can accommodate the configured max-nodes setting. This enhancement helps in proactively identifying misconfigurations that could prevent AKS clusters from scaling as intended.
Related Issues/Work Items
This PR adds
Breaking Changes