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.
2 parents 1e9582a + f0bc1f3 commit 583bc39Copy full SHA for 583bc39
content/en/docs/concepts/workloads/pods/pod-lifecycle.md
@@ -379,7 +379,7 @@ An example flow:
379
as terminating (a graceful shutdown duration has been set), the kubelet begins the local Pod
380
shutdown process.
381
1. If one of the Pod's containers has defined a `preStop`
382
- [hook](/docs/concepts/containers/container-lifecycle-hooks/#hook-details), the kubelet
+ [hook](/docs/concepts/containers/container-lifecycle-hooks), the kubelet
383
runs that hook inside of the container. If the `preStop` hook is still running after the
384
grace period expires, the kubelet requests a small, one-off grace period extension of 2
385
seconds.
0 commit comments