From e7337c08110fcf62af35bc3f13b820f2c5d3a08d Mon Sep 17 00:00:00 2001 From: Fabio Bertinatto Date: Wed, 3 Jul 2019 09:58:33 +0200 Subject: [PATCH] Remove CSIBlockVolume from tech preview for 4.2 --- config/v1/types_feature.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index a072f138245..0d91bd18e93 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -81,7 +81,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ "ExperimentalCriticalPodAnnotation", // sig-pod, sjenning "RotateKubeletServerCertificate", // sig-pod, sjenning "SupportPodPidsLimit", // sig-pod, sjenning - "CSIBlockVolume", // sig-storage, j-griffith }, Disabled: []string{ "LocalStorageCapacityIsolation", // sig-pod, sjenning