remove feature gate ServiceLBNodePortControl that GA'd in v1.24
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
This commit is contained in:
parent
bba9c3bde1
commit
7aaacb22a9
@ -761,15 +761,6 @@ const (
|
|||||||
// Subdivide the ClusterIP range for dynamic and static IP allocation.
|
// Subdivide the ClusterIP range for dynamic and static IP allocation.
|
||||||
ServiceIPStaticSubrange featuregate.Feature = "ServiceIPStaticSubrange"
|
ServiceIPStaticSubrange featuregate.Feature = "ServiceIPStaticSubrange"
|
||||||
|
|
||||||
// owner: @andrewsykim @uablrek
|
|
||||||
// kep: http://kep.k8s.io/1864
|
|
||||||
// alpha: v1.20
|
|
||||||
// beta: v1.22
|
|
||||||
// ga: v1.24
|
|
||||||
//
|
|
||||||
// Allows control if NodePorts shall be created for services with "type: LoadBalancer" by defining the spec.AllocateLoadBalancerNodePorts field (bool)
|
|
||||||
ServiceLBNodePortControl featuregate.Feature = "ServiceLBNodePortControl"
|
|
||||||
|
|
||||||
// owner: @derekwaynecarr
|
// owner: @derekwaynecarr
|
||||||
// alpha: v1.20
|
// alpha: v1.20
|
||||||
// beta: v1.22
|
// beta: v1.22
|
||||||
@ -1071,8 +1062,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
ServiceInternalTrafficPolicy: {Default: true, PreRelease: featuregate.Beta},
|
ServiceInternalTrafficPolicy: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
ServiceLBNodePortControl: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.26
|
|
||||||
|
|
||||||
SizeMemoryBackedVolumes: {Default: true, PreRelease: featuregate.Beta},
|
SizeMemoryBackedVolumes: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
StatefulSetAutoDeletePVC: {Default: false, PreRelease: featuregate.Alpha},
|
StatefulSetAutoDeletePVC: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
Loading…
Reference in New Issue
Block a user