BlockVolume is no longer in alpha#18167
Conversation
Signed-off-by: dulltz <isrgnoe@gmail.com>
|
Welcome @dulltz! |
| capacity: | ||
| storage: 100Gi | ||
| # volumeMode field requires BlockVolume Alpha feature gate to be enabled. | ||
| # volumeMode field requires BlockVolume feature gate to be enabled. |
There was a problem hiding this comment.
we can probably remove it altogether since it's been enabled by default for a while.
kubernetes#18167 (comment) Co-Authored-By: Tim Bannister <tim@scalefactory.com>
| correct node. | ||
|
|
||
| PersistentVolume `volumeMode` can be set to "Block" (instead of the default | ||
| PersistentVolume `volumeMode` can be set to "Block" (instead of the default |
kubernetes#18167 (review) Signed-off-by: dulltz <isrgnoe@gmail.com>
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey 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 |
|
/lgtm |
* BlockVolume is no longer alpha Signed-off-by: dulltz <isrgnoe@gmail.com> * Apply comment kubernetes#18167 (comment) Co-Authored-By: Tim Bannister <tim@scalefactory.com> * Apply comment kubernetes#18167 (comment) * Apply comment kubernetes#18167 (review) Signed-off-by: dulltz <isrgnoe@gmail.com> Co-authored-by: Tim Bannister <tim@scalefactory.com>
Remove the "alpha" word from
BlockVolumesince this feature gate is already in beta.