From 6a702b54f977b79eb2fbed0f6631b4f9664545e2 Mon Sep 17 00:00:00 2001 From: j-griffith Date: Fri, 5 Apr 2019 14:58:27 -0600 Subject: [PATCH] Enable BlockVolume support tech preview for 4.1 Add CSIBlockVolume and BlockVolume feature gates to the API. --- 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 94d1a7a4017..f0a491c28d7 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -81,6 +81,7 @@ 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