From 4ffebe8b5cd1d52008162c46f636a7af39e58b27 Mon Sep 17 00:00:00 2001 From: sreeram-venkitesh Date: Thu, 3 Jul 2025 08:15:23 +0530 Subject: [PATCH] PodLifecycleSleepActionAllowZero to GA --- .../en/docs/concepts/containers/container-lifecycle-hooks.md | 5 ----- .../feature-gates/PodLifecycleSleepActionAllowZero.md | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/content/en/docs/concepts/containers/container-lifecycle-hooks.md b/content/en/docs/concepts/containers/container-lifecycle-hooks.md index 5c04780d6556f..4af5792318836 100644 --- a/content/en/docs/concepts/containers/container-lifecycle-hooks.md +++ b/content/en/docs/concepts/containers/container-lifecycle-hooks.md @@ -67,11 +67,6 @@ Resources consumed by the command are counted against the Container. This is a beta-level feature default enabled by the `PodLifecycleSleepAction` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/). -{{< note >}} -The beta level `PodLifecycleSleepActionAllowZero` feature gate which is enabled by default from v1.33. -It allows you to set a sleep duration of zero seconds (effectively a no-op) for your Sleep lifecycle hooks. -{{< /note >}} - ### Hook handler execution When a Container lifecycle management hook is called, diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/PodLifecycleSleepActionAllowZero.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/PodLifecycleSleepActionAllowZero.md index 9f9e95e32cecb..683f057d3032e 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/PodLifecycleSleepActionAllowZero.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/PodLifecycleSleepActionAllowZero.md @@ -13,5 +13,9 @@ stages: - stage: beta defaultValue: true fromVersion: "1.33" + toVersion: "1.33" + - stage: stable + defaultValue: true + fromVersion: "1.34" --- Enables setting zero value for the `sleep` action in [container lifecycle hooks](/docs/concepts/containers/container-lifecycle-hooks/).