mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 22:05:59 +00:00
Promote KEP-2681 to beta in 1.29
This commit is contained in:
parent
015297a577
commit
12a972cc1e
@ -633,6 +633,7 @@ const (
|
|||||||
// owner: @wzshiming
|
// owner: @wzshiming
|
||||||
// kep: http://kep.k8s.io/2681
|
// kep: http://kep.k8s.io/2681
|
||||||
// alpha: v1.28
|
// alpha: v1.28
|
||||||
|
// beta: v1.29
|
||||||
//
|
//
|
||||||
// Adds pod.status.hostIPs and downward API
|
// Adds pod.status.hostIPs and downward API
|
||||||
PodHostIPs featuregate.Feature = "PodHostIPs"
|
PodHostIPs featuregate.Feature = "PodHostIPs"
|
||||||
@ -1045,7 +1046,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
PodReadyToStartContainersCondition: {Default: true, PreRelease: featuregate.Beta},
|
PodReadyToStartContainersCondition: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
PodHostIPs: {Default: false, PreRelease: featuregate.Alpha},
|
PodHostIPs: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
PodLifecycleSleepAction: {Default: false, PreRelease: featuregate.Alpha},
|
PodLifecycleSleepAction: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user