From 72346651d481173da0ff7b4bdd904bfc302f7c22 Mon Sep 17 00:00:00 2001 From: Fabio Bertinatto Date: Mon, 28 Jun 2021 11:08:13 -0300 Subject: [PATCH] Add feature gates for tech preview CSI drivers: GCE and Azure --- config/v1/types_feature.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index b083e6d1f6b..dba9aa00baf 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -110,6 +110,8 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ with("CSIDriverVSphere"). // sig-storage, jsafrane, OCP specific with("CSIMigrationAWS"). // sig-storage, jsafrane, Kubernetes feature gate with("CSIMigrationOpenStack"). // sig-storage, jsafrane, Kubernetes feature gate + with("CSIMigrationGCE"). // sig-storage, fbertina, Kubernetes feature gate + with("CSIMigrationAzureDisk"). // sig-storage, fbertina, Kubernetes feature gate toFeatures(), LatencySensitive: newDefaultFeatures(). with(