Files
Gerasimos Dimitriadis 8f8bb5c2bf Fix pod status phases + more (#18537)
* Fix pod status phases + more

A number of improvements introduced in the glossary entry for Pod Lifecycle
* Completed / CrashLoopBackOff were removed from the list of pod status phases
* The link to PodStatus in the generated kubernetes api was parametrized regarding version
* Minor editorial changes

* Rework Pod Lifecycle entry to better describe term

The term definition was reworked after the review comments from
kbhawkey
2020-01-16 02:20:22 -08:00

725 B

title, id, date, full-link, related, tags, short_description
title id date full-link related tags short_description
Pod Lifecycle pod-lifecycle 2019-02-17 /docs/concepts/workloads/pods/pod-lifecycle/
pod
container
fundamental
The sequence of states through which a Pod passes during its lifetime.

The sequence of states through which a Pod passes during its lifetime.

The Pod Lifecycle is defined by the states or phases of a Pod. There are five possible Pod phases: Pending, Running, Succeeded, Failed, and Unknown. A high-level description of the Pod state is summarized in the [PodStatus](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podstatus-v1-core) phase field.