Merge pull request #99189 from pacoxu/patch-3

SCTPSupport beta since 1.19; VolumeSubpath GA since 1.10
This commit is contained in:
Kubernetes Prow Robot
2021-02-18 17:52:24 -08:00
committed by GitHub

View File

@@ -222,7 +222,7 @@ const (
RunAsGroup featuregate.Feature = "RunAsGroup" RunAsGroup featuregate.Feature = "RunAsGroup"
// owner: @saad-ali // owner: @saad-ali
// ga // ga: v1.10
// //
// Allow mounting a subpath of a volume in a container // Allow mounting a subpath of a volume in a container
// Do not remove this feature gate even though it's GA // Do not remove this feature gate even though it's GA
@@ -299,7 +299,7 @@ const (
// owner: @janosi // owner: @janosi
// alpha: v1.12 // alpha: v1.12
// beta: v1.18 // beta: v1.19
// GA: v1.20 // GA: v1.20
// //
// Enables SCTP as new protocol for Service ports, NetworkPolicy, and ContainerPort in Pod/Containers definition // Enables SCTP as new protocol for Service ports, NetworkPolicy, and ContainerPort in Pod/Containers definition