-
Story
-
Resolution: Done
-
Undefined
-
None
-
BU Product Work
-
8
-
False
-
False
-
OCPSTRAT-475 - Enable sharing ConfigMaps and Secrets across namespaces [Tech Preview]
-
Undefined
-
-
Sprint 205, Sprint 208, Sprint 209
User Story
As a cluster admin
I want the cluster storage operator to install the shared resources CSI driver
So that I can test the shared resources CSI driver on my cluster
Acceptance Criteria
- Cluster storage operator uses image references to resolve the csi-driver-shared-resource-operator and all images needed to deploy the csi driver.
- Shared resources CSI driver is installed when the cluster enables the CSIDriverSharedResources feature gate, OR
- Shared resource CSI driver is installed when the cluster enables the TechPreviewNoUpgrade feature set
- CI ensures that if the TechPreviewNoUpgrade feature set is enabled on the cluster, the shared resource CSI driver is deployed and functions correctly.
Docs Impact
Docs will need to identify how to install the shared resources CSI driver (by enabling the tech preview feature set)
Notes
Tasks:
- Add the Share APIs (SharedSecret, SharedConfigMap) to openshift/api
- Generate clients in openshift/client-go for Share APIs
- Update the CSI driver name used in the enum for the ClusterCSIDriver custom resource.
- Generate custom resource definitions and include it in the deployment YAMLs for the shared resource operator
- Add YAML deployment manifests for the shared resource operator to the cluster storage operator (include necessary RBAC)
- Ensure cluster storage operator has permission to create custom resource definitions
- Enhance the cluster storage operator to install the shared resource CSI driver only when the cluster enables the CSIDriverSharedResources feature gate
Note that to be able to test all of this on any cloud provider, we need STOR-616 to be implemented. We can work around this by making the CSI driver installable on AWS or GCP for testing purposes.
The cluster storage operator has cluster-admin permissions. However, no other CSI driver managed by the operator includes a CRD for its API.
- blocks
-
BUILD-256 Conformance Tests for Shared Resource CSI Driver
- Closed
- is blocked by
-
BUILD-234 Add Shared Resource CSI Driver to OCP Payload
- Closed
-
BUILD-292 Add cluster feature gate for Shared Resource CSI Driver
- Closed
-
BUILD-348 SPIKE: Discoverability of Shared Resources
- Closed
- is documented by
-
RHDEVDOCS-3279 Integrate Shared Resources CSI Driver/Operator with Cluster Storage Operator
- Closed
- is related to
-
BUILD-353 Rename APIs for Shared Resource CSI Driver
- Closed
- links to