-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
HPA: Use capabilites & align manifests. #9521
HPA: Use capabilites & align manifests. #9521
Conversation
@Gacko: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The 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/test-infra repository. |
Hi @Gacko. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
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 your contribution.
It is indeed possible to reduce a configuration item, but it will be a breaking change.
cc @rikatz @strongjz @longwuyuan
/hold
Would it be better / non-breaking if the configuration is just optional and we set the default to empty string? |
controller.autoscaling.apiVersion
, use capabilites instead.*.autoscaling.apiVersion
, use capabilites instead.
*.autoscaling.apiVersion
, use capabilites instead.*.autoscaling.apiVersion
, use capabilites.
*.autoscaling.apiVersion
, use capabilites.
It's on my watch list. CI is running. |
Hm, CI fails due to timeouts, right? At least the failing tests do not seem to be related to my changes. Anyway: Thank you very much! |
CI is flaky af... 😑 |
/retest |
Hi |
Hey @olyhuta! This PR is not merged, yet. The current
Which version are you referencing to? There has been a change on Kind regards |
Hey @Gacko , gotcha, thank you ✋ Yeah, me bad, made some mistakes during deployment so it didn't pick up changes, |
retrigger the failed jobs, if that fails again I would say to rebase this PR to get a fresh code from main lgtm |
Rebased. |
looks good |
@cpanato Can I simply rebase my PR(s) to include latest changes from main or does this rather interfere with your approval and merging process? |
it removes the lgtm, thats is ok is part of the process |
@cpanato Could you have a look here? The PR is up-to-date and tests are green. :) |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, Gacko, strongjz 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 |
/unhold |
What this PR does / why we need it:
This PR provides a way to determine the correct
apiVersion
based on the clusters capabilities instead of a configurable value. Since the manifest, especially the.spec
, works withautoscaling/v2beta2
and higher only, it does not make sense to give users the impression of being able to configure an older version anyway.Additionally it implements annotations for the default backend's HPA. They exist in the
values.yaml
but are not used in the manifest.Last but not least this PR aligns the templating between the controller's and the default backend's HPA.
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Checklist:
Does my pull request need a release note?
Any user-visible or operator-visible change qualifies for a release note. This could be a:
No release notes are required for changes to the following:
For more tips on writing good release notes, check out the Release Notes Handbook