-
Notifications
You must be signed in to change notification settings - Fork 42.1k
Revert- Don't pick versions that have a replacement as storage #135197
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
Conversation
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions 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-sigs/prow repository. |
|
lgtm, is there a test that would notice if removal of this changed calculated storage versions for any current APIs / emulation versions? |
the etcd storage path tests, especially the emulated n-1...n-3 tests should test that code path |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: 9f1e4b7001c1bc3c7cd0e53b4e3f2984599df0eb |
|
/approve The linked comment thread was helpful context. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jefftree, jpbetz, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
What this PR does / why we need it:
This reverts #128454
see #134556 (comment) for details
I don't think this is actively being used. The original candidate for v1alpha3 has been removed: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/api/resource/v1alpha3/types.go
Which issue(s) this PR is related to:
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/cc @jpbetz @liggitt