Skip to content

Commit 1413a87

Browse files
committed
Fix feature gate for EventedPLEG in v1.30
1 parent 10dff0b commit 1413a87

File tree

1 file changed

+1
-5
lines changed
  • content/en/docs/reference/command-line-tools-reference/feature-gates

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ _build:
88
stages:
99
- stage: alpha
1010
defaultValue: false
11-
fromVersion: "1.26"
12-
toVersion: "1.26"
13-
- stage: beta
14-
defaultValue: false
15-
fromVersion: "1.27"
11+
fromVersion: "1.25"
1612
---
1713
Enable support for the kubelet to receive container life cycle events from the
1814
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}} via

0 commit comments

Comments
 (0)