Revert "Merge pull request #118895 from RyanAoh/kep-1860"

This reverts commit 890a6c8f70, reversing
changes made to 4f60a8d493.
This commit is contained in:
Mark Rossetti
2023-08-09 15:51:20 -07:00
parent 201f807036
commit 0d90d1ffa5
35 changed files with 638 additions and 1874 deletions

View File

@@ -934,12 +934,6 @@ const (
//
// Enables In-Place Pod Vertical Scaling
InPlacePodVerticalScaling featuregate.Feature = "InPlacePodVerticalScaling"
// owner: @Sh4d1,@RyanAoh
// kep: http://kep.k8s.io/1860
// alpha: v1.29
// LoadBalancerIPMode enables the IPMode field in the LoadBalancerIngress status of a Service
LoadBalancerIPMode featuregate.Feature = "LoadBalancerIPMode"
)
func init() {
@@ -1191,8 +1185,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
PodIndexLabel: {Default: true, PreRelease: featuregate.Beta},
LoadBalancerIPMode: {Default: false, PreRelease: featuregate.Alpha},
// inherited features from generic apiserver, relisted here to get a conflict if it is changed
// unintentionally on either side: