gardener / autoscaler

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

Sync upstream cluster-autoscaler-release-1.26 for patch #212

Closed elankath closed 1 year ago

elankath commented 1 year ago

What this PR does / why we need it: Syncs the autoscaler with upstream v1.26.2

Which issue(s) this PR fixes: Fixes #211

Special notes for your reviewer: NOTE: This fixes upstream autoscaler issue: https://github.com/kubernetes/autoscaler/issues/5372

Release note:

Synced the changes till v1.26.2 of upstream autoscaler release branch: cluster-autoscaler-release-1.26
Includes fix for https://github.com/kubernetes/autoscaler/issues/5372
CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 7 committers have signed the CLA.

:white_check_mark: elankath
:x: k8s-ci-robot
:x: BigDarkClown
:x: towca
:x: gandhipr
:x: MaciekPytel
:x: jayantjain93
You have signed the CLA already but the status is still pending? Let us recheck it.

gardener-robot commented 1 year ago

@elankath You need rebase this pull request with latest master branch. Please check.

gardener-robot-ci-3 commented 1 year ago

Thank you @elankath for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.

elankath commented 1 year ago

Integration tests now passing after re-vendoring to 1.26.1

...
Ran 11 of 11 Specs in 851.680 seconds
SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped
elankath commented 1 year ago

just one tiny change requested, o.w. all looks good

made changes mentioning upgrades in k8s.io packages in sync_changes. latest IT run passed.