Skip to content

Commit e342ab0

Browse files
authored
Merge pull request kubernetes#124463 from carlory/remove-fg-ConsistentHTTPGetHandlers
remove feature-gate ConsistentHTTPGetHandlers
2 parents 29a4812 + c2e6166 commit e342ab0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pkg/features/kube_features.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,6 @@ const (
176176
// Enables container Checkpoint support in the kubelet
177177
ContainerCheckpoint featuregate.Feature = "ContainerCheckpoint"
178178

179-
// owner: @bhcleek @wzshiming
180-
// GA: v1.25
181-
//
182-
// Normalize HttpGet URL and Header passing for lifecycle handlers with probers.
183-
ConsistentHTTPGetHandlers featuregate.Feature = "ConsistentHTTPGetHandlers"
184-
185179
// owner: @helayoty
186180
// beta: v1.28
187181
// Set the scheduled time as an annotation in the job.
@@ -1027,8 +1021,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
10271021

10281022
ContainerCheckpoint: {Default: true, PreRelease: featuregate.Beta},
10291023

1030-
ConsistentHTTPGetHandlers: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.31
1031-
10321024
CronJobsScheduledAnnotation: {Default: true, PreRelease: featuregate.Beta},
10331025

10341026
DisableCloudProviders: {Default: true, PreRelease: featuregate.Beta},

0 commit comments

Comments
 (0)