k8s.pod.status.reason
Developmentenumas of v1.44.0
The reason for the pod state. Corresponds to the reason field of the: K8s PodStatus
Examples
- Evicted
- NodeAffinity
Values (5)
EvictedThe pod is evicted.NodeAffinityThe pod is in a status because of its node affinityNodeLostThe reason on a pod when its state cannot be confirmed as kubelet is unresponsive on the node it is (was) running.ShutdownThe node is shutdownUnexpectedAdmissionErrorThe pod was rejected admission to the node because of an error during admission that could not be categorized.
Used by
metrics (1)
- k8s.pod.status.reason *
* required on that signal.
History
Added as development.
Added as development.