Skip to content

Commit

Permalink
Merge pull request #122718 from pacoxu/automated-cherry-pick-of-#1226…
Browse files Browse the repository at this point in the history
…97-upstream-release-1.29

Automated cherry pick of #122697: Revert "Graduate Evented PLEG to Beta"
  • Loading branch information
k8s-ci-robot committed Jan 12, 2024
2 parents 6af41c4 + 5350f08 commit 48ae4f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/features/kube_features.go
Expand Up @@ -259,7 +259,6 @@ const (
// owner: @harche
// kep: http://kep.k8s.io/3386
// alpha: v1.25
// beta: v1.27
//
// Allows using event-driven PLEG (pod lifecycle event generator) through kubelet
// which avoids frequent relisting of containers which helps optimize performance.
Expand Down Expand Up @@ -1048,7 +1047,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

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

Expand Down

0 comments on commit 48ae4f7

Please sign in to comment.