From badc05b7644c81e4f3493a1fdb75af50e951d46c Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Thu, 18 Feb 2021 16:00:58 +0800 Subject: [PATCH] comment fix: SCTPSupport beta since 1.19; VolumeSubpath GA since 1.10 Signed-off-by: pacoxu --- pkg/features/kube_features.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 7f009c10555..5b6a9d35f4f 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -221,7 +221,7 @@ const ( RunAsGroup featuregate.Feature = "RunAsGroup" // owner: @saad-ali - // ga + // ga: v1.10 // // Allow mounting a subpath of a volume in a container // Do not remove this feature gate even though it's GA @@ -298,7 +298,7 @@ const ( // owner: @janosi // alpha: v1.12 - // beta: v1.18 + // beta: v1.19 // GA: v1.20 // // Enables SCTP as new protocol for Service ports, NetworkPolicy, and ContainerPort in Pod/Containers definition