-
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
Move autoscaling/v2 from alpha1 to beta1 #50708
Move autoscaling/v2 from alpha1 to beta1 #50708
Conversation
3ea453f
to
6f658a2
Compare
Does this PR also enable the api by default? |
No, I haven't changed whether it's enabled by default or not. Good catch, I'll fix that once I fix some of the verification errors. |
Storage version is v1, so this change is fine. kubectl also uses v1 I guess. So only those clients explicitly opting in will miss the v2alpha1 group with this hard cut. So looks good to me. |
325abae
to
7a30a53
Compare
Dearest verify-api-reference-doc, Have you been drinking? Sincerely, |
7a30a53
to
1b74f67
Compare
@sttts any idea what's going on with verify? |
You just forgot to update api docs? |
looks like you did think about it. Hmm. |
@sttts yeah, I can't get update-api-reference-docs to produce any changes, but verify-api-reference-docs insists v1alpha1 existing. It's almost like it's using an old version of the container image to verify. |
Stupid question: |
@DirectXMan12 don't know much about the |
cc @kubernetes/sig-autoscaling-api-reviews |
1b74f67
to
6e0b77d
Compare
Changes look good to me, but will defer to the sig. /approve |
/retest |
/retest @piosz @kubernetes/sig-instrumentation-bugs there are what seem like a bunch of flakes on Stackdriver logging. Can one of you take a look and make sure it's not some actual error? |
looks like it's related to #51700 |
c32900e
to
a0d58f7
Compare
/retest |
1 similar comment
/retest |
This commit renames autoscaling/v2alpha1 to autoscaling/v2beta1. Only the API-related code is moved in this commit.
This commit updates consumers (mainly the HPA controller, but also the kubectl printers) of autoscaling/v2alpha1 to autoscaling/v2beta1.
a0d58f7
to
c8690f3
Compare
@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. |
cross failure is fixed in #51984 |
/retest |
adding to 1.8 milestone per feature freeze exception being granted. /cc @jdumars |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DirectXMan12, sjenning, 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 |
Automatic merge from submit-queue (batch tested with PRs 51956, 50708) |
This graduates autoscaling/v2alpha1 to autoscaling/v2beta1. The move is more-or-less just a straightforward rename.
Part of kubernetes/enhancements#117