Skip to content

Commit 7151fc2

Browse files
committed
graduate PodLifecycleSleepAction to beta
1 parent e260aaa commit 7151fc2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

content/en/docs/concepts/containers/container-lifecycle-hooks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ There are three types of hook handlers that can be implemented for Containers:
5656
Resources consumed by the command are counted against the Container.
5757
* HTTP - Executes an HTTP request against a specific endpoint on the Container.
5858
* Sleep - Pauses the container for a specified duration.
59-
The "Sleep" action is available when the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
60-
`PodLifecycleSleepAction` is enabled.
59+
This is a beta-level feature default enabled by the `PodLifecycleSleepAction` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
6160

6261
### Hook handler execution
6362

content/en/docs/reference/command-line-tools-reference/feature-gates/pod-lifecycle-sleep-action.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.29"
12+
toVersion: "1.29"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.30"
1216
---
1317
Enables the `sleep` action in Container lifecycle hooks.

0 commit comments

Comments
 (0)