Skip to content

Commit

Permalink
Merge pull request #48657 from AxeZhan/revert3960
Browse files Browse the repository at this point in the history
Revert #48295 Update KEP-3960 to GA
  • Loading branch information
k8s-ci-robot authored Nov 7, 2024
2 parents 08a1349 + 036dd68 commit c64b4e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ 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,9 +13,5 @@ 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 c64b4e5

Please sign in to comment.