-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Feat: improve VPA filtering and checkpoint garbage collection #7716
base: master
Are you sure you want to change the base?
Conversation
@omerap12: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: omerap12 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/kind feature |
I'm not sure if this is a good idea, but what about updating the flags: autoscaler/vertical-pod-autoscaler/common/flags.go Lines 45 to 46 in b8719d3
|
Signed-off-by: Omer Aplatony <[email protected]>
90cb7a6
to
85370c3
Compare
sounds good |
Signed-off-by: Omer Aplatony <[email protected]>
What type of PR is this?
/kind feature
What this PR does / why we need it:
Currently, the recommender's garbage collection for checkpoints iterates through all namespaces in the cluster, ignoring the
vpaObjectNamespace
andignoredNamespaces
flags. In large-scale clusters, this can lead to performance issues. This PR addresses the problem by ensuring that the garbage collection logic respects the specified flags.Which issue(s) this PR fixes:
Fixes #7697
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: