Skip to content

Commit 4d65a6b

Browse files
authored
Merge pull request #48295 from AxeZhan/ga3960
[KEP-3960] - update docs for GA
2 parents 9c5f87d + 563032e commit 4d65a6b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ 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-
This is a beta-level feature default enabled by the `PodLifecycleSleepAction` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
6059

6160
### Hook handler execution
6261

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
@@ -13,5 +13,9 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.30"
16+
toVersion: "1.31"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.32"
1620
---
1721
Enables the `sleep` action in Container lifecycle hooks.

0 commit comments

Comments
 (0)