kubernetes v1.31

NodeStatus.conditions

Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition

6 fields
NodeStatus.conditions fields and descriptions
Field / TypeDescription
Time

Last time we got an update on a given condition.

  • format: date-time
Time

Last time the condition transit from one status to another.

  • format: date-time
message
string

Human readable message indicating details about last transition.

reason
string

(brief) reason for the condition's last transition.

status
string required

Status of the condition, one of True, False, Unknown.

type
string required

Type of node condition.