Merge pull request #128046 from AxeZhan/ga3960

Graduate PodLifecycleSleepAction to GA
This commit is contained in:
Kubernetes Prow Robot
2024-11-04 22:09:35 +00:00
committed by GitHub
7 changed files with 31 additions and 18 deletions

View File

@@ -565,6 +565,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
PodLifecycleSleepAction: {
{Version: version.MustParse("1.29"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.30"), Default: true, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.32"), Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.35 when this version cannot be emulated any longer
},
PodReadyToStartContainersCondition: {
{Version: version.MustParse("1.28"), Default: false, PreRelease: featuregate.Alpha},