Reword preStop hook usage regarding container's Terminated state

This commit is contained in:
Alexandru Gheorghe 2022-03-04 15:51:48 +00:00
parent dadb6d946c
commit 99ce89a035
No known key found for this signature in database
GPG Key ID: D0943A9B6F5571DB
1 changed files with 1 additions and 1 deletions

View File

@ -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}