Skip to content

Commit ea6bbbd

Browse files
authored
Merge pull request #32044 from alghe-global/fix/concepts/workloads/pods/pod-lifecycle/preStop-hook-wording
Reword preStop hook usage regarding container's Terminated state
2 parents 4865cc6 + 99ce89a commit ea6bbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ completion or failed for some reason. When you use `kubectl` to query a Pod with
136136
a container that is `Terminated`, you see a reason, an exit code, and the start and
137137
finish time for that container's period of execution.
138138

139-
If a container has a `preStop` hook configured, that runs before the container enters
139+
If a container has a `preStop` hook configured, this hook runs before the container enters
140140
the `Terminated` state.
141141

142142
## Container restart policy {#restart-policy}

0 commit comments

Comments
 (0)