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 9e9b226 commit 8bcf7bbCopy full SHA for 8bcf7bb
content/en/docs/concepts/workloads/pods/pod-lifecycle.md
@@ -107,7 +107,7 @@ Each state has a specific meaning:
107
108
### `Waiting` {#container-state-waiting}
109
110
-If a container is not in either the `Running` or `Terminated` state, it's `Waiting`.
+If a container is not in either the `Running` or `Terminated` state, it is `Waiting`.
111
A container in the `Waiting` state is still running the operations it requires in
112
order to complete start up: for example, pulling the container image from a container
113
image registry, or applying {{< glossary_tooltip text="Secret" term_id="secret" >}}
0 commit comments