Bug: Don't Allow control plane nodepool to have a count of 0.
Despire opened this issue · 0 comments
Despire commented
Current Behaviour
if a control plane nodepool has a 0 node count, certain invariants break within the code, but does not make even sense to have a control nodepool with 0 node count.
Expected Behaviour
Validation should be added to check if atleast 1 node will be among all defined control nodepools
Steps To Reproduce
- Add validation for control nodepool count to be > 0