-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
ephemeral inline CSI volumes as beta #82004
Conversation
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
/assign |
@msau42: some of the existing
I prefer the first option myself because it gives us better overall test coverage and is less intrusive. Any thoughts? |
Yes, first option sounds good |
I was waiting for #81960 to merge before updating this PR, but no luck with that so far. Perhaps tomorrow. |
Some tests assumed instead of ensuring that the CSIInlineVolume feature is disabled.
The feature is complete and supported by an increasing number of CSI drivers, but before it can be really used, it should be moved out of alpha into beta.
/lgtm |
/assign @smarterclayton |
/priority important-soon |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msau42, pohly, smarterclayton 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 |
Thanks guys! Now we need to wait for #82012 to land in master, otherwise testing will not pass. |
/retest Review the full test history for this PR. Silence the bot with an |
3 similar comments
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/retest Review the full test history for this PR. Silence the bot with an |
/milestone v1.16 |
What type of PR is this?
/kind api-change
What this PR does / why we need it:
SIG-Storage wants to move this feature to beta in Kubernetes 1.16 to make it more widely available.
Which issue(s) this PR fixes:
Related-to: kubernetes/enhancements#596
Special notes for your reviewer:
Depends on #82012 (to fix a test failure) and #81960 (to increase test coverage).
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: