Merge pull request #122870 from wzshiming/kep-2681

Promote KEP-2681 to GA in 1.30
This commit is contained in:
Kubernetes Prow Robot
2024-02-29 15:11:33 -08:00
committed by GitHub
6 changed files with 21 additions and 216 deletions

View File

@@ -596,6 +596,7 @@ const (
// kep: http://kep.k8s.io/2681
// alpha: v1.28
// beta: v1.29
// GA: v1.30
//
// Adds pod.status.hostIPs and downward API
PodHostIPs featuregate.Feature = "PodHostIPs"
@@ -1088,7 +1089,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
PodReadyToStartContainersCondition: {Default: true, PreRelease: featuregate.Beta},
PodHostIPs: {Default: true, PreRelease: featuregate.Beta},
PodHostIPs: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
PodLifecycleSleepAction: {Default: true, PreRelease: featuregate.Beta},