We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493ad99 commit 4b8b571Copy full SHA for 4b8b571
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:
56
Resources consumed by the command are counted against the Container.
57
* HTTP - Executes an HTTP request against a specific endpoint on the Container.
58
* Sleep - Pauses the container for a specified duration.
59
- 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/)
60
`PodLifecycleSleepAction` is enabled.
61
62
### Hook handler execution
0 commit comments