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 },