mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
remove the feature gate ServiceLoadBalancerClass that GA'd in v1.24
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
This commit is contained in:
parent
497e0dfd33
commit
bba9c3bde1
@ -770,15 +770,6 @@ const (
|
|||||||
// Allows control if NodePorts shall be created for services with "type: LoadBalancer" by defining the spec.AllocateLoadBalancerNodePorts field (bool)
|
// Allows control if NodePorts shall be created for services with "type: LoadBalancer" by defining the spec.AllocateLoadBalancerNodePorts field (bool)
|
||||||
ServiceLBNodePortControl featuregate.Feature = "ServiceLBNodePortControl"
|
ServiceLBNodePortControl featuregate.Feature = "ServiceLBNodePortControl"
|
||||||
|
|
||||||
// owner: @andrewsykim @XudongLiuHarold
|
|
||||||
// kep: http://kep.k8s.io/1959
|
|
||||||
// alpha: v1.21
|
|
||||||
// beta: v1.22
|
|
||||||
// GA: v1.24
|
|
||||||
//
|
|
||||||
// Enable support multiple Service "type: LoadBalancer" implementations in a cluster by specifying LoadBalancerClass
|
|
||||||
ServiceLoadBalancerClass featuregate.Feature = "ServiceLoadBalancerClass"
|
|
||||||
|
|
||||||
// owner: @derekwaynecarr
|
// owner: @derekwaynecarr
|
||||||
// alpha: v1.20
|
// alpha: v1.20
|
||||||
// beta: v1.22
|
// beta: v1.22
|
||||||
@ -1082,8 +1073,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
ServiceLBNodePortControl: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.26
|
ServiceLBNodePortControl: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.26
|
||||||
|
|
||||||
ServiceLoadBalancerClass: {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