Skip to content

Commit 36a7865

Browse files
authored
Merge pull request #51490 from sreeram-venkitesh/kep-4818-docs-changes
PodLifecycleSleepActionAllowZero to GA
2 parents 639ee1f + 4ffebe8 commit 36a7865

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ Resources consumed by the command are counted against the Container.
6767
This is a beta-level feature default enabled by the `PodLifecycleSleepAction`
6868
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
6969

70-
{{< note >}}
71-
The beta level `PodLifecycleSleepActionAllowZero` feature gate which is enabled by default from v1.33.
72-
It allows you to set a sleep duration of zero seconds (effectively a no-op) for your Sleep lifecycle hooks.
73-
{{< /note >}}
74-
7570
### Hook handler execution
7671

7772
When a Container lifecycle management hook is called,

content/en/docs/reference/command-line-tools-reference/feature-gates/PodLifecycleSleepActionAllowZero.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.33"
16+
toVersion: "1.33"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.34"
1620
---
1721
Enables setting zero value for the `sleep` action in [container lifecycle hooks](/docs/concepts/containers/container-lifecycle-hooks/).

0 commit comments

Comments
 (0)