When describing a node, there are history conditions that show up.
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
NetworkUnavailable False Tue, 10 Aug 2021 10:55:23 +0700 Tue, 10 Aug 2021 10:55:23 +0700 CalicoIsUp Calico is running on this node
MemoryPressure False Mon, 16 Aug 2021 12:02:18 +0700 Thu, 12 Aug 2021 14:55:48 +0700 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 16 Aug 2021 12:02:18 +0700 Thu, 12 Aug 2021 14:55:48 +0700 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 16 Aug 2021 12:02:18 +0700 Thu, 12 Aug 2021 14:55:48 +0700 KubeletHasSufficientPID kubelet has sufficient PID available
Ready False Mon, 16 Aug 2021 12:02:18 +0700 Mon, 16 Aug 2021 11:54:02 +0700 KubeletNotReady PLEG is not healthy: pleg was last seen active 11m17.462332922s ago; threshold is 3m0s
I have 2 questions:
- I think those conditions only show the latest status. How can I access the full-time history of the previous conditions?
- Suggest me the tool that converts node condition to something like pod events for log centralize.