Promote KEP-2681 to GA in 1.30
This commit is contained in:
@@ -604,6 +604,7 @@ const (
|
|||||||
// kep: http://kep.k8s.io/2681
|
// kep: http://kep.k8s.io/2681
|
||||||
// alpha: v1.28
|
// alpha: v1.28
|
||||||
// beta: v1.29
|
// beta: v1.29
|
||||||
|
// GA: v1.30
|
||||||
//
|
//
|
||||||
// Adds pod.status.hostIPs and downward API
|
// Adds pod.status.hostIPs and downward API
|
||||||
PodHostIPs featuregate.Feature = "PodHostIPs"
|
PodHostIPs featuregate.Feature = "PodHostIPs"
|
||||||
@@ -1087,7 +1088,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
PodReadyToStartContainersCondition: {Default: true, PreRelease: featuregate.Beta},
|
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},
|
PodLifecycleSleepAction: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user