-
Notifications
You must be signed in to change notification settings - Fork 499
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
Cleans up HVPA usages from Roles
and Clusterroles
and removes HVPA CRDs
#10921
Cleans up HVPA usages from Roles
and Clusterroles
and removes HVPA CRDs
#10921
Conversation
Skipping CI for Draft Pull Request. |
/assign |
- Removes mentions of hvpa when determining kapi replicas - Removes deletion of HVPA resources for kapi when hibernating the controlplane
e50bfd4
to
2ec278b
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.
/lgtm
LGTM label has been added. Git tree hash: c15bd05160923893cdb9c15c6ad078f1385a53d1
|
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ialidzhikov 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 |
/test pull-gardener-e2e-kind-ha-multi-zone |
/test pull-gardener-e2e-kind |
How to categorize this PR?
/area auto-scaling
/kind cleanup
What this PR does / why we need it:
This PR is the 6th PR related to the HVPA removal. The first 5 PRs were:
{gardener,kube}-apiserver
#10796HVPA
frometcd
component and only useVPA
for autoscaling #10800HVPA
,HVPAForShootedSeed
,VPAForETCD
andVPAAndHPAForAPIServer
feature gates #10853This PR cleans up remaining HVPA usages:
gardenlet
andgardener-operator
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
This pr is rebased on top of #10860 so I will keep it in draft until that one gets merged.
Release note: