Skip to content

Commit

Permalink
Remove GA featuregate about ProbeTerminationGracePeriod in 1.29
Browse files Browse the repository at this point in the history
Signed-off-by: bzsuni <[email protected]>
  • Loading branch information
bzsuni committed Oct 16, 2023
1 parent afc302c commit 27abf99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -644,14 +644,6 @@ const (
// Enable users to specify when a Pod is ready for scheduling.
PodSchedulingReadiness featuregate.Feature = "PodSchedulingReadiness"

// owner: @rphillips
// alpha: v1.21
// beta: v1.22
// ga: v1.28
//
// Allows user to override pod-level terminationGracePeriod for probes
ProbeTerminationGracePeriod featuregate.Feature = "ProbeTerminationGracePeriod"

// owner: @jessfraz
// alpha: v1.12
//
Expand Down Expand Up @@ -1065,8 +1057,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

PodSchedulingReadiness: {Default: true, PreRelease: featuregate.Beta},

ProbeTerminationGracePeriod: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.29

ProcMountType: {Default: false, PreRelease: featuregate.Alpha},

ProxyTerminatingEndpoints: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.30
Expand Down
1 change: 0 additions & 1 deletion test/e2e/feature/feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ var (
PodPriority = framework.WithFeature(framework.ValidFeatures.Add("PodPriority"))
PodReadyToStartContainersCondition = framework.WithFeature(framework.ValidFeatures.Add("PodReadyToStartContainersCondition"))
PodResources = framework.WithFeature(framework.ValidFeatures.Add("PodResources"))
ProbeTerminationGracePeriod = framework.WithFeature(framework.ValidFeatures.Add("ProbeTerminationGracePeriod"))
Reboot = framework.WithFeature(framework.ValidFeatures.Add("Reboot"))
ReclaimPolicy = framework.WithFeature(framework.ValidFeatures.Add("ReclaimPolicy"))
RecoverVolumeExpansionFailure = framework.WithFeature(framework.ValidFeatures.Add("RecoverVolumeExpansionFailure"))
Expand Down

0 comments on commit 27abf99

Please sign in to comment.