Skip to content

Commit

Permalink
Promote KEP-2681 to beta in 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Oct 24, 2023
1 parent 015297a commit 12a972c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/features/kube_features.go
Expand Up @@ -633,6 +633,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"
Expand Down Expand Up @@ -1045,7 +1046,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},

Expand Down

0 comments on commit 12a972c

Please sign in to comment.