diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 3749145f1..57545f8d2 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -261,13 +261,6 @@ const ( // Used to prevent https://github.com/kubernetes/kubernetes/issues/123072 until etcd fixes the issue. WatchFromStorageWithoutResourceVersion featuregate.Feature = "WatchFromStorageWithoutResourceVersion" - // owner: @vinaykul - // kep: http://kep.k8s.io/1287 - // alpha: v1.27 - // - // Enables In-Place Pod Vertical Scaling - InPlacePodVerticalScaling featuregate.Feature = "InPlacePodVerticalScaling" - // owner: @p0lyn0mial // alpha: v1.27 // @@ -368,8 +361,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS WatchFromStorageWithoutResourceVersion: {Default: false, PreRelease: featuregate.Beta}, - InPlacePodVerticalScaling: {Default: false, PreRelease: featuregate.Alpha}, - WatchList: {Default: false, PreRelease: featuregate.Alpha}, ConsistentListFromCache: {Default: true, PreRelease: featuregate.Beta},