We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9328c7d commit 9e9b226Copy full SHA for 9e9b226
content/en/docs/concepts/workloads/pods/pod-lifecycle.md
@@ -118,7 +118,7 @@ a Reason field to summarize why the container is in that state.
118
### `Running` {#container-state-running}
119
120
The `Running` status indicates that a container is executing without issues. If there
121
-was a `postStart` hook configured, it has already executed and executed. When you use
+was a `postStart` hook configured, it has already executed and finished. When you use
122
`kubectl` to query a Pod with a container that is `Running`, you also see information
123
about when the container entered the `Running` state.
124
0 commit comments