k8s.node.condition.type
Developmentenumas of v1.44.0
The condition type of a K8s Node.
K8s Node conditions as described by K8s documentation.
This attribute aligns with the type field of the
NodeCondition
The set of possible values is not limited to those listed here. Managed Kubernetes environments, or custom controllers MAY introduce additional node condition types. When this occurs, the exact value as reported by the Kubernetes API SHOULD be used.
Examples
- Ready
- DiskPressure
Values (5)
ReadyThe node is healthy and ready to accept podsDiskPressurePressure exists on the disk size—that is, if the disk capacity is lowMemoryPressurePressure exists on the node memory—that is, if the node memory is lowPIDPressurePressure exists on the processes—that is, if there are too many processes on the nodeNetworkUnavailableThe network for the node is not correctly configured
Used by
metrics (1)
- k8s.node.condition.status *
* required on that signal.
History
Added as development.