bug: node group min size reached (current: 2, min: 3)
#7545
Labels
area/cluster-autoscaler
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Hey guys, I noticed this
if
conditional is not correct and I have placed the log to the title of this issue.The gist of is that the conditional should be reversed, meaning, the
size
must be greater equal thanminSize
:autoscaler/cluster-autoscaler/processors/nodes/pre_filtering_processor.go
Line 66 in 61eae9e
The text was updated successfully, but these errors were encountered: