Merge pull request #120257 from wzshiming/promote-kep-2681-beta

Promote KEP-2681 to beta in 1.29
This commit is contained in:
Kubernetes Prow Robot
2023-10-20 06:14:05 +02:00
committed by GitHub
2 changed files with 126 additions and 74 deletions

View File

@@ -625,6 +625,7 @@ const (
// owner: @wzshiming
// kep: http://kep.k8s.io/2681
// alpha: v1.28
// beta: v1.29
//
// Adds pod.status.hostIPs and downward API
PodHostIPs featuregate.Feature = "PodHostIPs"
@@ -1034,7 +1035,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
PodReadyToStartContainersCondition: {Default: true, PreRelease: featuregate.Beta},
PodHostIPs: {Default: false, PreRelease: featuregate.Alpha},
PodHostIPs: {Default: true, PreRelease: featuregate.Beta},
PodLifecycleSleepAction: {Default: false, PreRelease: featuregate.Alpha},