remove podOverhead feature gate as a feature is now GA since 1.24

This commit is contained in:
Sergey Kanzhelev
2022-09-19 19:25:16 +00:00
parent 04ee339c7a
commit ad7199a9da
4 changed files with 7 additions and 17 deletions

View File

@@ -630,14 +630,6 @@ const (
// sandbox creation and network configuration completes successfully
PodHasNetworkCondition featuregate.Feature = "PodHasNetworkCondition"
// owner: @egernst
// alpha: v1.16
// beta: v1.18
// ga: v1.24
//
// Enables PodOverhead, for accounting pod overheads which are specific to a given RuntimeClass
PodOverhead featuregate.Feature = "PodOverhead"
// owner: @liggitt, @tallclair, sig-auth
// alpha: v1.22
// beta: v1.23
@@ -1009,8 +1001,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
PodHasNetworkCondition: {Default: false, PreRelease: featuregate.Alpha},
PodOverhead: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.26
PodSecurity: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
ProbeTerminationGracePeriod: {Default: true, PreRelease: featuregate.Beta}, // Default to true in beta 1.25