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 @@ -260,13 +260,6 @@ const (
260
260
// Used to prevent https://github.com/kubernetes/kubernetes/issues/123072 until etcd fixes the issue.
261
261
WatchFromStorageWithoutResourceVersion featuregate.Feature = "WatchFromStorageWithoutResourceVersion"
262
262
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
-
270
263
// owner: @p0lyn0mial
271
264
// alpha: v1.27
272
265
//
@@ -373,8 +366,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
373
366
374
367
WatchFromStorageWithoutResourceVersion : {Default : false , PreRelease : featuregate .Beta },
375
368
376
- InPlacePodVerticalScaling : {Default : false , PreRelease : featuregate .Alpha },
377
-
378
369
WatchList : {Default : false , PreRelease : featuregate .Alpha },
379
370
380
371
ConsistentListFromCache : {Default : true , PreRelease : featuregate .Beta },
You can’t perform that action at this time.
0 commit comments