Merge pull request #32744 from my-git9/pod-lifecycle

[zh]Update pod-lifecycle.md
This commit is contained in:
Kubernetes Prow Robot 2022-04-04 02:54:12 -07:00 committed by GitHub
commit bf770beb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,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.
-->
### `Terminated`(已终止) {#container-state-terminated}