-
Notifications
You must be signed in to change notification settings - Fork 585
Remove CSIBlockVolume from tech preview in 4.2 #365
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
Remove CSIBlockVolume from tech preview in 4.2 #365
Conversation
|
/assign @eparis |
|
LGTM !! Thanks @bertinatto |
|
@eparis, can you check if this makes sense, please? |
|
/lgtm You'll need to bump the operators of affected binaries and whatever drives the kubelet. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, deads2k 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 |
|
OK, checking which components I need to bump. |
|
I don't think we really care if they get bumped. Since this is enabled by default in 4.2 having this present or not is irrelevant, no? |
After looking into this for a while, that's my understanding as well. As far as I understand, it would be relevant if it was the other way around (enabling a previously disabled feature, for example). @deads2k, are we missing anything here? |
CSIBlockVolumesupport was enabled in 4.1 via this PR: #278This feature is alpha in k8s v1.13 (Openshift 4.1), however, the feature turned beta in v1.14 (which 4.2 is based on).
Since we're looking into making this feature generally available for Openshift 4.2, I believe we should remove this line from the tech preview list of features.
CC @j-griffith, @humblec, @jarrpa, @openshift/storage