mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
Graduate Evented PLEG to Beta
Signed-off-by: Harshal Patil <harpatil@redhat.com>
This commit is contained in:
parent
18eea58ac2
commit
d971809b49
@ -265,6 +265,7 @@ const (
|
|||||||
// owner: @harche
|
// owner: @harche
|
||||||
// kep: http://kep.k8s.io/3386
|
// kep: http://kep.k8s.io/3386
|
||||||
// alpha: v1.25
|
// alpha: v1.25
|
||||||
|
// beta: v1.27
|
||||||
//
|
//
|
||||||
// Allows using event-driven PLEG (pod lifecycle event generator) through kubelet
|
// Allows using event-driven PLEG (pod lifecycle event generator) through kubelet
|
||||||
// which avoids frequent relisting of containers which helps optimize performance.
|
// which avoids frequent relisting of containers which helps optimize performance.
|
||||||
@ -925,7 +926,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha},
|
DynamicResourceAllocation: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
EventedPLEG: {Default: false, PreRelease: featuregate.Alpha},
|
EventedPLEG: {Default: false, PreRelease: featuregate.Beta}, // off by default, requires CRI Runtime support
|
||||||
|
|
||||||
ExecProbeTimeout: {Default: true, PreRelease: featuregate.GA}, // lock to default and remove after v1.22 based on KEP #1972 update
|
ExecProbeTimeout: {Default: true, PreRelease: featuregate.GA}, // lock to default and remove after v1.22 based on KEP #1972 update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user