Skip to content

Commit cf1468d

Browse files
authored
Merge pull request kubernetes#127161 from Jefftree/duplicate-feature-inplacepod
remove duplicate unused feature InPlacePodVerticalScaling
2 parents dd4943c + 14fe8e2 commit cf1468d

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
@@ -261,13 +261,6 @@ const (
261261
// Used to prevent https://github.com/kubernetes/kubernetes/issues/123072 until etcd fixes the issue.
262262
WatchFromStorageWithoutResourceVersion featuregate.Feature = "WatchFromStorageWithoutResourceVersion"
263263

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

369362
WatchFromStorageWithoutResourceVersion: {Default: false, PreRelease: featuregate.Beta},
370363

371-
InPlacePodVerticalScaling: {Default: false, PreRelease: featuregate.Alpha},
372-
373364
WatchList: {Default: false, PreRelease: featuregate.Alpha},
374365

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

0 commit comments

Comments
 (0)