Skip to content

Commit c64b4e5

Browse files
authored
Merge pull request #48657 from AxeZhan/revert3960
Revert #48295 Update KEP-3960 to GA
2 parents 08a1349 + 036dd68 commit c64b4e5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

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

6061
### Hook handler execution
6162

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@ 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"
2016
---
2117
Enables the `sleep` action in Container lifecycle hooks.

0 commit comments

Comments
 (0)