mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 12:16:26 +00:00
Recorded events refer to the node with an ObjectReference that has no UID. The client already reads the Node object at startup to check that kube-apiserver is ready, and this change stores the UID from that read. The node status patch returns the Node object, so the client stores that UID too. This change removes the TODO in problem_client.go.