Skip to content

Commit

Permalink
[KEP-3960] - update docs for GA
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeZhan committed Nov 5, 2024
1 parent 0ec5a94 commit 563032e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ There are three types of hook handlers that can be implemented for Containers:
Resources consumed by the command are counted against the Container.
* HTTP - Executes an HTTP request against a specific endpoint on the Container.
* Sleep - Pauses the container for a specified duration.
This is a beta-level feature default enabled by the `PodLifecycleSleepAction` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).

### Hook handler execution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.30"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
Enables the `sleep` action in Container lifecycle hooks.

0 comments on commit 563032e

Please sign in to comment.