-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Graduate custom metrics API to v1beta1 #50920
Graduate custom metrics API to v1beta1 #50920
Conversation
cc @kubernetes/sig-autoscaling-misc @kubernetes/sig-instrumentation-misc |
5370f5c
to
24cdabe
Compare
This is a bit more product decision (do we have enough knowledge to say that it's fine for beta)? Once this is lgtmed be more involved people, I'm happy to approve this PR. |
24cdabe
to
53101b3
Compare
@erictune could you please take a look on behalf of @kubernetes/api-approvers |
/lgtm |
53101b3
to
5e8c8e5
Compare
5e8c8e5
to
35774f2
Compare
/approve On sig recognizance |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DirectXMan12, piosz, smarterclayton Associated issue: 117 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
This commit moves the custom metrics APIs and clients from v1alpha1 to v1beta1.
This commit migrates the HPA metrics clients to use the beta version of the custom metrics API.
This renames custom-metrics.metrics.k8s.io to custom.metrics.k8s.io, in order to reduce stutter in the API name.
35774f2
to
48cca6b
Compare
manually added cc: @kubernetes/kubernetes-release-managers |
Pre ship the group needs to be renamed to custom.metrics.k8s.io, I expect that to be covered in the metrics to v1beta1 PR. Please link here |
but nothing to do with this PR besides cross linking to the other PR correct, @smarterclayton? |
/test pull-kubernetes-verify |
/retest Review the full test history for this PR. |
@DirectXMan12: 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. |
Automatic merge from submit-queue (batch tested with PRs 51335, 51364, 51130, 48075, 50920) |
I changed the api group in release notes. |
Correct |
This graduates
custom-metrics.metrics.k8s.io/v1alpha1
tocustom.metrics.k8s.io/v1beta1
. The move is more-or-less just a straightforward rename.Part of kubernetes/enhancements#117 and kubernetes/enhancements#118