-
Notifications
You must be signed in to change notification settings - Fork 41.6k
[Kep-3751] Promote VolumeAttributesClass to GA #131549
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
…to `storage.k8s.io/v1`. Promoted feature-gate `VolumeAttributesClass` to GA (on by default) Signed-off-by: carlory <baofa.fan@daocloud.io>
|
unrelated failure |
|
/retest-required |
|
/test pull-kubernetes-e2e-storage-kind-vac |
For clarity, the API conformance tests are here and they are fine being promoted to GA as they don't have an external dependency (the csi driver): test/e2e/storage/volumeattributesclass.go It's the csi e2e tests that have the external dependency on the beta API and needs a release with the v1 API once it's available. We discussed offline and agreed that adding a feature label is the most feasible way to deal with this dependency atm. |
|
/approve |
|
/lgtm |
|
LGTM label has been added. Git tree hash: dc4d931a7ecfdb13fb9648ce3a4e5180ac10c991
|
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.
/approve
For API Machinery bits. Nothing surprising there.
|
/approve For the rest (esp printers) |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: carlory, jpbetz, msau42, smarterclayton, stlaz 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 |
|
Got all the approvals |
|
/test pull-kubernetes-integration |
|
@carlory: The following tests 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-sigs/prow repository. I understand the commands that are listed here. |
|
/retest-required The failed tests are related to TestNominatedNodeCleanUp which is not related to VAC. |
|
|
||
| // +k8s:prerelease-lifecycle-gen:introduced=1.29 | ||
| // +k8s:prerelease-lifecycle-gen:deprecated=1.32 | ||
| // +k8s:prerelease-lifecycle-gen:replacement=storage.k8s.io,v1,VolumeAttributesClass |
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.
This is setting VolumeAttributesClass as the replacement for VolumeAttributesClassList, just checking if this was meant to be added to VolumeAttributesClass instead?
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 for your report. #133244 will fix it.
What type of PR is this?
/kind feature
/kind api-change
What this PR does / why we need it:
GA graduation criteria:
modifyvolumeANDmodifyvolumeerrorconditions kubernetes-csi/external-resizer#483Which issue(s) this PR fixes:
Part of kubernetes/enhancements#3751
Special notes for your reviewer:
/hold
util Beta graduation criteria is met
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: