Skip to content
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

vpa-recommender: Use the MaintainCheckpoints context only for that step #7272

Merged

Conversation

ialidzhikov
Copy link
Contributor

/kind bug

What this PR does / why we need it:
In https://github.com/kubernetes/autoscaler/pull/6899/files#diff-5c44f22eb0f35931ab799838d2584dd10037916c74f114124e6904af48fcd608R157, I wrongly passed a context that is specific only to the MaintainCheckpoints step to 2 other steps: LoadVPAs and GarbageCollect .
This PR reverts to the old behaviour where the context with timeout of 1min by default was used only for the MaintainCheckpoints step.

Which issue(s) this PR fixes:
N/A

Special notes for your reviewer:
N/A

Release note:

NONE

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Sep 11, 2024
@k8s-ci-robot k8s-ci-robot added area/vertical-pod-autoscaler size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 11, 2024
@ialidzhikov ialidzhikov force-pushed the fix/vpa-recommender-context branch from 640a546 to 9c16c99 Compare September 11, 2024 05:49
@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 11, 2024
@voelzmo
Copy link
Contributor

voelzmo commented Sep 11, 2024

/lgtm
/approve

good catch, thanks for fixing it so quickly!

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 11, 2024
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 11, 2024
@k8s-ci-robot k8s-ci-robot merged commit 9e89efb into kubernetes:master Sep 11, 2024
7 checks passed
@ialidzhikov ialidzhikov deleted the fix/vpa-recommender-context branch October 30, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/vertical-pod-autoscaler cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants