You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Cluster Autoscaler now handles VMSS target-size cache failures during delete operations more defensively, preventing negative cached sizes and target-size panics after failed or uncertain VMSS deletes. (#9879, @tallaxes)
Azure: implement AtomicIncreaseSize for VMS (#9797, @reneeli123)
Fix Azure provider incorrectly labeling ARM64 VM node templates as amd64 (#9379, @rrangith)
Fix DraCustomResourcesProcessor ignoring devices located in different resource slices (#9464, @mtrqq)
Fixed an issue where Exoscale instance pool node groups ignored the configured minimum size and defaulted to 1. (#9512, @Debasish-87)
Pods with hard TopologySpreadConstraints using the default nodeTaintsPolicy will no longer cause scale-down/scale-up oscillation. The scale-down simulation now faithfully models the drain taint, matching real scheduler behavior. Pods using nodeTaintsPolicy: Honor are unaffected and continue to scale down correctly. (#9560, @tallaxes)