mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #99189 from pacoxu/patch-3
SCTPSupport beta since 1.19; VolumeSubpath GA since 1.10
This commit is contained in:
commit
cb4aaf78d3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user