From 99ce89a0350ee2b90ecb68ae42d3df127ea23ca3 Mon Sep 17 00:00:00 2001 From: Alexandru Gheorghe Date: Fri, 4 Mar 2022 15:51:48 +0000 Subject: [PATCH] Reword preStop hook usage regarding container's Terminated state --- content/en/docs/concepts/workloads/pods/pod-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md index 07cf3c77a6..596d835d73 100644 --- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md @@ -136,7 +136,7 @@ completion or failed for some reason. When you use `kubectl` to query a Pod with a container that is `Terminated`, you see a reason, an exit code, and the start and finish time for that container's period of execution. -If a container has a `preStop` hook configured, that runs before the container enters +If a container has a `preStop` hook configured, this hook runs before the container enters the `Terminated` state. ## Container restart policy {#restart-policy}