@@ -45,7 +45,7 @@ higher-level abstraction, called a
45
45
managing the relatively disposable Pod instances.
46
46
47
47
A given Pod (as defined by a UID) is never "rescheduled" to a different node; instead,
48
- that Pod can be replaced by a new, near-identical Pod, with even the same name i
48
+ that Pod can be replaced by a new, near-identical Pod, with even the same name if
49
49
desired, but with a different UID.
50
50
51
51
When something is said to have the same lifetime as a Pod, such as a
@@ -107,7 +107,7 @@ Each state has a specific meaning:
107
107
108
108
### ` Waiting ` {#container-state-waiting}
109
109
110
- If a container is not in either the ` Running ` or ` Terminated ` state, it ` Waiting ` .
110
+ If a container is not in either the ` Running ` or ` Terminated ` state, it is ` Waiting ` .
111
111
A container in the ` Waiting ` state is still running the operations it requires in
112
112
order to complete start up: for example, pulling the container image from a container
113
113
image registry, or applying {{< glossary_tooltip text="Secret" term_id="secret" >}}
@@ -118,7 +118,7 @@ a Reason field to summarize why the container is in that state.
118
118
### ` Running ` {#container-state-running}
119
119
120
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
121
+ was a ` postStart ` hook configured, it has already executed and finished . When you use
122
122
` kubectl ` to query a Pod with a container that is ` Running ` , you also see information
123
123
about when the container entered the ` Running ` state.
124
124
0 commit comments