From 96a27ce40fc15d765625746367b382b343f76f84 Mon Sep 17 00:00:00 2001 From: Andrew Garrett <2rs2ts@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:31:34 -0700 Subject: [PATCH] Clean up grammar around the phase section --- .../en/docs/concepts/containers/container-lifecycle-hooks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/container-lifecycle-hooks.md b/content/en/docs/concepts/containers/container-lifecycle-hooks.md index 7df2e3dbbb..b8793eb009 100644 --- a/content/en/docs/concepts/containers/container-lifecycle-hooks.md +++ b/content/en/docs/concepts/containers/container-lifecycle-hooks.md @@ -68,7 +68,8 @@ the Container cannot reach a `running` state. to stop the Container; the hook must complete its execution before the signal can be sent. If a `PreStop` hook hangs during execution, -the Pod phase stays in a `Terminating` state and is killed after its `terminationGracePeriodSeconds` expires. +the Pod's phase will be `Terminating` and remain there until the Pod is +killed after its `terminationGracePeriodSeconds` expires. This grace period applies to the total time it takes for both the `PreStop` hook to execute and for the Container to stop normally. If, for example, `terminationGracePeriodSeconds` is 60, and the hook