Merge pull request #28782 from niteshseram/fix/link-issue

fixing #hook-details doesn't exist in /docs/concepts/containers/container-lifecycle-hooks/
This commit is contained in:
Kubernetes Prow Robot
2021-07-27 10:36:47 -07:00
committed by GitHub
@@ -379,7 +379,7 @@ An example flow:
as terminating (a graceful shutdown duration has been set), the kubelet begins the local Pod as terminating (a graceful shutdown duration has been set), the kubelet begins the local Pod
shutdown process. shutdown process.
1. If one of the Pod's containers has defined a `preStop` 1. If one of the Pod's containers has defined a `preStop`
[hook](/docs/concepts/containers/container-lifecycle-hooks/#hook-details), the kubelet [hook](/docs/concepts/containers/container-lifecycle-hooks), the kubelet
runs that hook inside of the container. If the `preStop` hook is still running after the runs that hook inside of the container. If the `preStop` hook is still running after the
grace period expires, the kubelet requests a small, one-off grace period extension of 2 grace period expires, the kubelet requests a small, one-off grace period extension of 2
seconds. seconds.