Skip to content

Commit 4637991

Browse files
author
Eric Ernst
committed
Update PodOverhead feature gate for beta
Update from alpha to beta, and make the PodOverhead feature gate true by default. Signed-off-by: Eric Ernst <[email protected]>
1 parent f7c37d3 commit 4637991

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/features/kube_features.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ const (
481481

482482
// owner: @egernst
483483
// alpha: v1.16
484+
// beta: v1.18
484485
//
485486
// Enables PodOverhead, for accounting pod overheads which are specific to a given RuntimeClass
486487
PodOverhead featuregate.Feature = "PodOverhead"
@@ -623,7 +624,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
623624
LocalStorageCapacityIsolationFSQuotaMonitoring: {Default: false, PreRelease: featuregate.Alpha},
624625
NonPreemptingPriority: {Default: false, PreRelease: featuregate.Alpha},
625626
VolumePVCDataSource: {Default: true, PreRelease: featuregate.Beta},
626-
PodOverhead: {Default: false, PreRelease: featuregate.Alpha},
627+
PodOverhead: {Default: true, PreRelease: featuregate.Beta},
627628
IPv6DualStack: {Default: false, PreRelease: featuregate.Alpha},
628629
EndpointSlice: {Default: true, PreRelease: featuregate.Beta},
629630
EndpointSliceProxying: {Default: false, PreRelease: featuregate.Alpha},

0 commit comments

Comments
 (0)