k8s.pod.status.phase
Developmentenumas of v1.44.0
The phase for the pod. Corresponds to the phase field of the: K8s PodStatus
Examples
- Pending
- Running
Values (5)
PendingThe pod has been accepted by the system, but one or more of the containers has not been started. This includes time before being bound to a node, as well as time spent pulling images onto the host.RunningThe pod has been bound to a node and all of the containers have been started. At least one container is still running or is in the process of being restarted.SucceededAll containers in the pod have voluntarily terminated with a container exit code of 0, and the system is not going to restart any of these containers.FailedAll containers in the pod have terminated, and at least one container has terminated in a failure (exited with a non-zero exit code or was stopped by the system).UnknownFor some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod.
Used by
metrics (1)
- k8s.pod.status.phase *
* required on that signal.
History
Added as development.
Added as development.