gardener / autoscaler

Customised fork of cluster-autoscaler to support machine-controller-manager
Apache License 2.0
16 stars 25 forks source link

[Cherry-pick rel-v1.30] Handle edge case as described in issue #328 (#335) #338

Closed rishabh-11 closed 8 hours ago

rishabh-11 commented 9 hours ago

What this PR does / why we need it: Cherry-pick of #335

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer: IT passed on k8s 1.30.5 AWS cluster

Release note:

The Refresh method resets the priority annotation on machines with priority 1 to match the desired count. Refer to the PR for details on how the desired count is calculated.