From 4b8b571cfa97e67a1853018bea12acf0cac5b294 Mon Sep 17 00:00:00 2001 From: Aurelie Vache Date: Fri, 15 Dec 2023 21:30:44 +0100 Subject: [PATCH] fix: feature gate link --- .../en/docs/concepts/containers/container-lifecycle-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/container-lifecycle-hooks.md b/content/en/docs/concepts/containers/container-lifecycle-hooks.md index aec5433a75..038121a5d0 100644 --- a/content/en/docs/concepts/containers/container-lifecycle-hooks.md +++ b/content/en/docs/concepts/containers/container-lifecycle-hooks.md @@ -56,7 +56,7 @@ There are two 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. - The "Sleep" action is available when the [feature gate](/docs/reference/command-line-tool-reference/feagure-gates/) + The "Sleep" action is available when the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) `PodLifecycleSleepAction` is enabled. ### Hook handler execution