Merge pull request #122456 from AxeZhan/beta3960

[KEP 3960]: graduate PodLifecycleSleepAction to beta
This commit is contained in:
Kubernetes Prow Robot
2024-02-19 07:44:50 -08:00
committed by GitHub
8 changed files with 444 additions and 37 deletions

View File

@@ -609,6 +609,7 @@ const (
// owner: @AxeZhan
// kep: http://kep.k8s.io/3960
// alpha: v1.29
// beta: v1.30
//
// Enables SleepAction in container lifecycle hooks
PodLifecycleSleepAction featuregate.Feature = "PodLifecycleSleepAction"
@@ -1078,7 +1079,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
PodHostIPs: {Default: true, PreRelease: featuregate.Beta},
PodLifecycleSleepAction: {Default: false, PreRelease: featuregate.Alpha},
PodLifecycleSleepAction: {Default: true, PreRelease: featuregate.Beta},
PodSchedulingReadiness: {Default: true, PreRelease: featuregate.Beta},