Skip to content

Commit

Permalink
remove invalid pod phases (#13840)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Irving authored and k8s-ci-robot committed Apr 19, 2019
1 parent 607675f commit 2eac42a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ Value | Description
`Succeeded` | All Containers in the Pod have terminated in success, and will not be restarted.
`Failed` | All Containers in the Pod have terminated, and at least one Container has terminated in failure. That is, the Container either exited with non-zero status or was terminated by the system.
`Unknown` | For some reason the state of the Pod could not be obtained, typically due to an error in communicating with the host of the Pod.
`Completed` | The pod has run to completion as there's nothing to keep it running eg. Completed Jobs.
`CrashLoopBackOff` | This means that one of the containers in the pod has exited unexpectedly, and perhaps with a non-zero error code even after restarting due to [restart policy](#restart-policy).


## Pod conditions

Expand Down

0 comments on commit 2eac42a

Please sign in to comment.