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 09fb711 commit f0bc1f3Copy full SHA for f0bc1f3
content/en/docs/concepts/workloads/pods/pod-lifecycle.md
@@ -369,7 +369,7 @@ An example flow:
369
as terminating (a graceful shutdown duration has been set), the kubelet begins the local Pod
370
shutdown process.
371
1. If one of the Pod's containers has defined a `preStop`
372
- [hook](/docs/concepts/containers/container-lifecycle-hooks/#hook-details), the kubelet
+ [hook](/docs/concepts/containers/container-lifecycle-hooks), the kubelet
373
runs that hook inside of the container. If the `preStop` hook is still running after the
374
grace period expires, the kubelet requests a small, one-off grace period extension of 2
375
seconds.
0 commit comments