Merge pull request #112579 from SergeyKanzhelev/removePodOverhead

remove podOverhead feature gate as a feature is now GA since 1.24
This commit is contained in:
Kubernetes Prow Robot
2022-09-22 07:59:04 -07:00
committed by GitHub
4 changed files with 7 additions and 17 deletions

View File

@@ -622,14 +622,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
@@ -973,8 +965,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