website/content/en/docs/reference/command-line-tools-reference/feature-gates/evented-pleg.md

894 B

title content_type _build stages
EventedPLEG feature_gate
list render
never false
stage defaultValue fromVersion toVersion
alpha false 1.26 1.26
stage defaultValue fromVersion
beta false 1.27

Enable support for the kubelet to receive container life cycle events from the {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}} via an extension to {{<glossary_tooltip term_id="cri" text="CRI">}}. (PLEG is an abbreviation for “Pod lifecycle event generator”). For this feature to be useful, you also need to enable support for container lifecycle events in each container runtime running in your cluster. If the container runtime does not announce support for container lifecycle events then the kubelet automatically switches to the legacy generic PLEG mechanism, even if you have this feature gate enabled.