Update link (#16966)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
This commit is contained in:
Ismail Alidzhikov
2019-10-23 18:32:15 +03:00
committed by Kubernetes Prow Robot
parent 14f9b40f66
commit 7a31f11608
@@ -74,7 +74,7 @@ set to RUNNING until the postStart handler completes.
Kubernetes sends the preStop event immediately before the Container is terminated.
Kubernetes' management of the Container blocks until the preStop handler completes,
unless the Pod's grace period expires. For more details, see
[Termination of Pods](/docs/user-guide/pods/#termination-of-pods).
[Termination of Pods](/docs/concepts/workloads/pods/pod/#termination-of-pods).
{{< note >}}
Kubernetes only sends the preStop event when a Pod is *terminated*.