v1.27.0
gardener-robot-ci-3
released this
28 Jun 10:15
·
38 commits
to machine-controller-manager-provider
since this release
[autoscaler]
🐛 Bug Fixes
- [USER] Bug where deadline for machineDeployment fetch/update was not respected is resolved. Due to this bug , bulk removal of empty nodes was getting blocked, which in turn, blocked scale-ups for pending pods (gardener/autoscaler#216, @himanshu-kun)
- [OPERATOR] If priority expander specified, but config map not deployed in
kube-system
namespace of shoot , then warning log in autoscaler logs printed. (gardener/autoscaler#196, @himanshu-kun)
🏃 Others
- [OPERATOR] Gardener autoscaler version is shown in logs of CA , earlier only upstream autoscaler version was shown (gardener/autoscaler#216, @himanshu-kun)
- [OPERATOR] Synced the changes till v1.27.1 of upstream autoscaler. (gardener/autoscaler#225, @ashwani2k)
- [OPERATOR]
k8s.io/klog
is no longer imported by the cluster-autoscaler.k8s.io/klog/v2
is used instead in a consistent manner. (gardener/autoscaler#231, @ialidzhikov)