Tech Preview Shared Resource CSI Driver#982
Tech Preview Shared Resource CSI Driver#982openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
@adambkaplan: This pull request references Bugzilla bug 1986557, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
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/test-infra repository. |
|
/cc @jitendar-singh @rolfedh @RickJWagner Build + Jenkins team is a no feature freeze team. We intend to make the Shared Resource CSI driver (formerly the Projected Resource CSI driver) available on a tech preview basis. Per the No FF process, we need acks from QE, Docs, and PX |
|
/hold for No FF - hold can be cancelled once qe, docs, and PX sign off. |
|
/label docs-approved ^^^ fyi @rolfedh this is how to add the "docs approved" label ^^^ |
|
/label docs-approved |
|
/label px-approved Spoke with @RickJWagner on this - he agreed that we won't need anything beyond product docs to enable end users for this CSI driver. |
|
/label qe-approved QE is able to accept this. |
|
/hold cancel |
adambkaplan
left a comment
There was a problem hiding this comment.
/hold
The related components won't be in the OCP payload until 4.10
|
@adambkaplan: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
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/test-infra repository. |
|
master branch has switched to 4.10 /hold cancel |
Add the `CSIDriverSharedResource` feature gate to the tech preview set. The CSI driver allows Secrets and ConfigMaps to be shared across namespaces. This driver should only be installed on clusters that opt into tech preview features.
82e8aba to
6ce157d
Compare
adambkaplan
left a comment
There was a problem hiding this comment.
@openshift/api-reviewers this PR is related to #979. We intend to use a feature gate to ensure the Shared Resource CSI driver is installed on clusters that enable tech preview features.
|
Pull request which utilizes the |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, deads2k, rolfedh 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 |
Add the
CSIDriverSharedResourcefeature gate to the tech preview set.The CSI driver allows Secrets and ConfigMaps to be shared across
namespaces. This driver should only be installed on clusters that opt
into tech preview features.