Skip to content

Commit bf770be

Browse files
authored
Merge pull request #32744 from my-git9/pod-lifecycle
[zh]Update pod-lifecycle.md
2 parents 51354ee + 0844572 commit bf770be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ completion or failed for some reason. When you use `kubectl` to query a Pod with
247247
a container that is `Terminated`, you see a reason, an exit code, and the start and
248248
finish time for that container's period of execution.
249249
250-
If a container has a `preStop` hook configured, that runs before the container enters
250+
If a container has a `preStop` hook configured, this hook runs before the container enters
251251
the `Terminated` state.
252252
-->
253253
### `Terminated`(已终止) {#container-state-terminated}

0 commit comments

Comments
 (0)