Skip to content

Commit 1fd93fe

Browse files
committed
[KEP-3960] - update docs for GA
1 parent e20b18f commit 1fd93fe

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
{{< note >}}
7169
The beta level `PodLifecycleSleepActionAllowZero` feature gate which is enabled by default from v1.33.

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)