From d7b28b5a38ee98d3cb334ac39ef69d1c9fa80587 Mon Sep 17 00:00:00 2001 From: Daneyon Hansen Date: Mon, 11 Nov 2019 12:26:58 -0800 Subject: [PATCH] Removes TLSSecurityProfile from feature gate --- config/v1/types_feature.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index 73b8ad7c835..154f588a9aa 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -101,7 +101,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ Enabled: []string{ "RotateKubeletServerCertificate", // sig-pod, sjenning "SupportPodPidsLimit", // sig-pod, sjenning - "TLSSecurityProfile", // sig-network, danehans "NodeDisruptionExclusion", // sig-scheduling, ccoleman "ServiceNodeExclusion", // sig-scheduling, ccoleman }, @@ -117,7 +116,6 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ Enabled: []string{ "RotateKubeletServerCertificate", // sig-pod, sjenning "SupportPodPidsLimit", // sig-pod, sjenning - "TLSSecurityProfile", // sig-network, danehans "NodeDisruptionExclusion", // sig-scheduling, ccoleman "ServiceNodeExclusion", // sig-scheduling, ccoleman },