Skip to content

Commit 14fe8e2

Browse files
committed
remove duplicate unused feature InPlacePodVerticalScaling
1 parent 2a84088 commit 14fe8e2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

staging/src/k8s.io/apiserver/pkg/features/kube_features.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -260,13 +260,6 @@ const (
260260
// Used to prevent https://github.com/kubernetes/kubernetes/issues/123072 until etcd fixes the issue.
261261
WatchFromStorageWithoutResourceVersion featuregate.Feature = "WatchFromStorageWithoutResourceVersion"
262262

263-
// owner: @vinaykul
264-
// kep: http://kep.k8s.io/1287
265-
// alpha: v1.27
266-
//
267-
// Enables In-Place Pod Vertical Scaling
268-
InPlacePodVerticalScaling featuregate.Feature = "InPlacePodVerticalScaling"
269-
270263
// owner: @p0lyn0mial
271264
// alpha: v1.27
272265
//
@@ -373,8 +366,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
373366

374367
WatchFromStorageWithoutResourceVersion: {Default: false, PreRelease: featuregate.Beta},
375368

376-
InPlacePodVerticalScaling: {Default: false, PreRelease: featuregate.Alpha},
377-
378369
WatchList: {Default: false, PreRelease: featuregate.Alpha},
379370

380371
ConsistentListFromCache: {Default: true, PreRelease: featuregate.Beta},

0 commit comments

Comments
 (0)