mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
remove GAed feature gate:SCTPSupport
Signed-off-by: wangyysde <net_use@bzhy.com>
This commit is contained in:
parent
17c09a06f2
commit
361cc61a2e
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue