From 361cc61a2e16e98e83d9e27a0c2c67faa4ee2591 Mon Sep 17 00:00:00 2001 From: wangyysde Date: Thu, 22 Apr 2021 16:34:18 +0800 Subject: [PATCH] remove GAed feature gate:SCTPSupport Signed-off-by: wangyysde --- pkg/features/kube_features.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 6a14d60a5f3..886af9de519 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -280,14 +280,6 @@ const ( // (Kube) Node Lifecycle Controller uses these heartbeats as a node health signal. NodeLease featuregate.Feature = "NodeLease" - // owner: @janosi - // alpha: v1.12 - // beta: v1.19 - // GA: v1.20 - // - // Enables SCTP as new protocol for Service ports, NetworkPolicy, and ContainerPort in Pod/Containers definition - SCTPSupport featuregate.Feature = "SCTPSupport" - // owner: @rikatz // alpha: v1.21 //