remove feature-gate ConsistentHTTPGetHandlers
This commit is contained in:
		| @@ -176,12 +176,6 @@ const ( | ||||
| 	// Enables container Checkpoint support in the kubelet | ||||
| 	ContainerCheckpoint featuregate.Feature = "ContainerCheckpoint" | ||||
|  | ||||
| 	// owner: @bhcleek @wzshiming | ||||
| 	// GA: v1.25 | ||||
| 	// | ||||
| 	// Normalize HttpGet URL and Header passing for lifecycle handlers with probers. | ||||
| 	ConsistentHTTPGetHandlers featuregate.Feature = "ConsistentHTTPGetHandlers" | ||||
|  | ||||
| 	// owner: @helayoty | ||||
| 	// beta: v1.28 | ||||
| 	// Set the scheduled time as an annotation in the job. | ||||
| @@ -1027,8 +1021,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS | ||||
|  | ||||
| 	ContainerCheckpoint: {Default: true, PreRelease: featuregate.Beta}, | ||||
|  | ||||
| 	ConsistentHTTPGetHandlers: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.31 | ||||
|  | ||||
| 	CronJobsScheduledAnnotation: {Default: true, PreRelease: featuregate.Beta}, | ||||
|  | ||||
| 	DisableCloudProviders: {Default: true, PreRelease: featuregate.Beta}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 carlory
					carlory