File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
staging/src/k8s.io/apiserver/pkg/features Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -261,13 +261,6 @@ const (
261
261
// Used to prevent https://github.com/kubernetes/kubernetes/issues/123072 until etcd fixes the issue.
262
262
WatchFromStorageWithoutResourceVersion featuregate.Feature = "WatchFromStorageWithoutResourceVersion"
263
263
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
-
271
264
// owner: @p0lyn0mial
272
265
// alpha: v1.27
273
266
//
@@ -368,8 +361,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
368
361
369
362
WatchFromStorageWithoutResourceVersion : {Default : false , PreRelease : featuregate .Beta },
370
363
371
- InPlacePodVerticalScaling : {Default : false , PreRelease : featuregate .Alpha },
372
-
373
364
WatchList : {Default : false , PreRelease : featuregate .Alpha },
374
365
375
366
ConsistentListFromCache : {Default : true , PreRelease : featuregate .Beta },
You can’t perform that action at this time.
0 commit comments