Skip to content

Commit 225f8e4

Browse files
authored
Merge pull request #51401 from AxeZhan/ga3960
[KEP-3960] - update docs for GA
2 parents 4cc63cf + 6a1b6c1 commit 225f8e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ There are three types of hook handlers that can be implemented for Containers:
6464
Resources consumed by the command are counted against the Container.
6565
* HTTP - Executes an HTTP request against a specific endpoint on the Container.
6666
* Sleep - Pauses the container for a specified duration.
67-
This is a beta-level feature default enabled by the `PodLifecycleSleepAction`
68-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
6967

7068
### Hook handler execution
7169

content/en/docs/reference/command-line-tools-reference/feature-gates/PodLifecycleSleepAction.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.33"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.34"
1620
---
1721
Enables the `sleep` action in Container lifecycle hooks.

0 commit comments

Comments
 (0)