Skip to content

Commit 583bc39

Browse files
authored
Merge pull request #28782 from niteshseram/fix/link-issue
fixing #hook-details doesn't exist in /docs/concepts/containers/container-lifecycle-hooks/
2 parents 1e9582a + f0bc1f3 commit 583bc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ An example flow:
379379
as terminating (a graceful shutdown duration has been set), the kubelet begins the local Pod
380380
shutdown process.
381381
1. If one of the Pod's containers has defined a `preStop`
382-
[hook](/docs/concepts/containers/container-lifecycle-hooks/#hook-details), the kubelet
382+
[hook](/docs/concepts/containers/container-lifecycle-hooks), the kubelet
383383
runs that hook inside of the container. If the `preStop` hook is still running after the
384384
grace period expires, the kubelet requests a small, one-off grace period extension of 2
385385
seconds.

0 commit comments

Comments
 (0)