-
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
✨ MachinePool annotation for externally managed autoscaler #7107
✨ MachinePool annotation for externally managed autoscaler #7107
Conversation
3fb89fa
to
2299cd4
Compare
2299cd4
to
0eda6f2
Compare
86ff4ea
to
1580c60
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
/assign @enxebre |
82c0755
to
b24b64e
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.
Last nits from my side, otherwise lgtm
b24b64e
to
fad84ba
Compare
/lgtm /assign @vincepri |
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
@vincepri do we want to punt on including this in 1.3? (not much time left) |
I'm in general in favor of handling things pragmatically. Especially as in this case:
But given:
I would like to hear opinions from other maintainers P.S. To be clear, if we want to get this into v1.3 we have to merge this PR first and then cherry-pick it into release-1.3. |
I could be convinced either way 🤷♀️ |
Having this included in the 1.3 release would be useful for providers as work could start right away on adding this support - CAPZ update to use the new annotation, CAPA to merge the related open PR, etc. |
I'm fine including this in 1.3 /lgtm |
Okay let's do it :) /approve /cherry-pick release-1.3 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.3 in a new PR and assign it to you. 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
@sbueringer: new pull request created: #7560 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. |
What this PR does / why we need it:
This PR proposes a standard MachinePool annotation that can be used to indicate that replica enforcement is under the control of an external (in the sense that it is not native to cluster-api) autoscaler solution. This is currently useful in Managed Kubernetes scenarios, but could also be potentially used by domain/provider-specific solutions that operate against native infra metrics to determine autoscaling criteria and don't have a way to communicate with cluster-api.
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 #