Azure.AKS.MinNodeCount Enhancement #2671
Closed
paulmcclbg
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@paulmcclbg Good call out. This should be improved. Is the first node pool with 2 nodes the system node pool? and the second a user node pool? Would it be acceptable to have a minimum count for |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The above rule checks for the first array member has a min count of 3
field: 'Properties.agentPoolProfiles[0].count'
We have clusters with more than one agent pool and the rule is failing because the first pool in the array only has 2 nodes, whereas the second pool in the array does have 3.
We need the ability to narrow the rule to a specific pool.
Beta Was this translation helpful? Give feedback.
All reactions