-
Notifications
You must be signed in to change notification settings - Fork 1.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
🌱 MD: improve replica defaulting for autoscaler #7990
🌱 MD: improve replica defaulting for autoscaler #7990
Conversation
a85a102
to
776d4eb
Compare
/test ? |
@sbueringer: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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/test-infra repository. |
/test pull-cluster-api-e2e-full-main |
466942e
to
f498d4b
Compare
f498d4b
to
b502d46
Compare
/test pull-cluster-api-e2e-full-main |
b502d46
to
91c1f13
Compare
/test pull-cluster-api-e2e-full-main |
91c1f13
to
a9ced03
Compare
fcaf79b
to
3255901
Compare
/assign @elmiko @fabriziopandini |
@abhijit-dev82: changing LGTM is restricted to collaborators 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/test-infra repository. |
Just to mirror it here as well. Quickly talked about it. If during unsetting the replica field the min-size/max-size annotations are set as well, there won't be a disruption as the replica field will just stay the same (as unsetting replicas + defaulting happens in one update-MD call) |
9d87605
to
1e85904
Compare
1e85904
to
6520263
Compare
@fabriziopandini @enxebre @elmiko @abhijit-dev82 Removed the default-replicas annotation |
6520263
to
f198a76
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 @sbueringer , i think just one dangling reference to the default-replicas then should be good for me
Signed-off-by: Stefan Büringer buringerst@vmware.com
f198a76
to
0061757
Compare
Thx for catching that, fixed! |
@sbueringer: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
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: 4eee904be770f8407cccbca5806815320037f233
|
As discussed we need an bug to track that adding back the "replicas" field should be allowed when the autoscaler annotations are removed. |
I wouldn't call it a bug rather a feature, but feel free to open an issue for it. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
Signed-off-by: Stefan Büringer buringerst@vmware.com
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #7293