fix link issue
This commit is contained in:
parent
09fb71126c
commit
f0bc1f3ef7
|
@ -369,7 +369,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.
|
||||||
|
|
Loading…
Reference in New Issue