-
Notifications
You must be signed in to change notification settings - Fork 527
Drop HVPA for KCM and use VPA instead #9698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Skipping CI for Draft Pull Request. |
/assign |
/invite @voelzmo |
/test pull-gardener-integration |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, looking forward to this
pkg/component/kubernetes/controllermanager/controllermanager.go
Outdated
Show resolved
Hide resolved
pkg/component/kubernetes/controllermanager/controllermanager.go
Outdated
Show resolved
Hide resolved
/assign |
f777398
to
168962e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for tackling this! I have a few small change requests.
pkg/component/kubernetes/controllermanager/controllermanager_test.go
Outdated
Show resolved
Hide resolved
pkg/component/kubernetes/controllermanager/controllermanager_test.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few more cosmetic nits.
pkg/component/kubernetes/controllermanager/controllermanager_test.go
Outdated
Show resolved
Hide resolved
pkg/component/kubernetes/controllermanager/controllermanager_test.go
Outdated
Show resolved
Hide resolved
pkg/component/kubernetes/controllermanager/controllermanager_test.go
Outdated
Show resolved
Hide resolved
pkg/component/kubernetes/controllermanager/controllermanager_test.go
Outdated
Show resolved
Hide resolved
pkg/component/kubernetes/controllermanager/controllermanager_test.go
Outdated
Show resolved
Hide resolved
pkg/component/kubernetes/controllermanager/controllermanager_test.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 183ec2daedb66608a5e5a0112fdff49ae81629ae
|
Apart from @plkokanov 's comments, I don't anything else to add: lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ialidzhikov, voelzmo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
LGTM label has been added. Git tree hash: 22aa260755a1c64f8249ed1a54c1352903290f11
|
(part of gardener#9698, released with `v1.95.0`)
(part of gardener#9698, released with `v1.95.0`)
(part of gardener#9698, released with `v1.95.0`)
* Drop deletion of deprecated `allow-to-shoot-networks` `NetworkPolicy` (part of #9752, released with `v1.96.0`) * Drop fetching extension observability configs with deprecated/legacy method (part of #9695, released with `v1.95.0`) * Drop Prometheus/Alertmanager migration coding (part of #9695, released with `v1.95.0`) * Drop deprecated `.spec.pools[].userData` from `extensions.gardener.cloud/v1alpha1.Worker` API (part of #9722, released with `v1.95.0`) * Drop OSC hash migration `Secret` creation (part of #9846, released with `v1.97.0`) * Drop OSC hash assertion from upgrade tests (part of #9865, released with `v1.98.0`) * Drop removal code of `HVPA` resources (part of #9698, released with `v1.95.0`) * Address PR review feedback
How to categorize this PR?
/area auto-scaling
/kind enhancement
What this PR does / why we need it:
As part of the topic to remove usages of HVPA where possible, this PR drops HVPA in favour of VPA for the kube-controller-manager deployment.
Special notes for your reviewer:
Previously HVPA specified a scaleDown policy, which could be used to stabilise by suppressing evictions driven by scale down.
Release note: