Merge pull request #24569 from climent/patch-2

Update pod-lifecycle.md
This commit is contained in:
Kubernetes Prow Robot
2020-10-17 08:02:12 -07:00
committed by GitHub
@@ -78,7 +78,7 @@ have a given `phase` value.
Here are the possible values for `phase`: Here are the possible values for `phase`:
Value | Description Value | Description
:-----|:----------- :-----------|:-----------
`Pending` | The Pod has been accepted by the Kubernetes cluster, but one or more of the containers has not been set up and made ready to run. This includes time a Pod spends waiting to be scheduled as well as the time spent downloading container images over the network. `Pending` | The Pod has been accepted by the Kubernetes cluster, but one or more of the containers has not been set up and made ready to run. This includes time a Pod spends waiting to be scheduled as well as the time spent downloading container images over the network.
`Running` | The Pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. `Running` | The Pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting.
`Succeeded` | All containers in the Pod have terminated in success, and will not be restarted. `Succeeded` | All containers in the Pod have terminated in success, and will not be restarted.