Graduate PodLifecycleSleepAction to GA

This commit is contained in:
AxeZhan
2024-10-14 14:01:51 +08:00
parent b831df733e
commit 200a61b6b9
7 changed files with 31 additions and 18 deletions

View File

@@ -568,6 +568,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},