From 6ce157dff3b2383936c7bf05d8d5518fb61879f4 Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Thu, 29 Jul 2021 13:42:09 -0400 Subject: [PATCH] Tech Preview Shared Resource CSI Driver 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. --- config/v1/types_feature.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index ee5926f8b63..5c0b341f694 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -119,6 +119,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ with("CSIMigrationAzureDisk"). // sig-storage, fbertina, Kubernetes feature gate with("ExternalCloudProvider"). // sig-cloud-provider, jspeed, OCP specific with("InsightsOperatorPullingSCA"). // insights-operator/ccx, tremes, OCP specific + with("CSIDriverSharedResource"). // sig-build, adkaplan, OCP specific toFeatures(), LatencySensitive: newDefaultFeatures(). with(