mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #122697 from pacoxu/revert-Evented-PLEG-to-alpha
Revert "Graduate Evented PLEG to Beta"
This commit is contained in:
commit
7ca92fb016
@ -243,7 +243,6 @@ 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.
|
||||||
@ -970,7 +969,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.Beta}, // off by default, requires CRI Runtime support
|
EventedPLEG: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
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