node-problem-detector
node-problem-detector copied to clipboard
[Question] Who will update the NodeCondition to "False" after the problem recovery
Hi, I'm using the system-log-monitor to detect the node problem and update the respective NodeCondition, which can match logs in /dev/kmsg of specific pattern.
I noticed that the NPD updates the NodeCondtion Status to True when it gets the target log. But after digging into the code of systemlogmonitor, I didn't find anything which will reset the NodeCondition to False after recovery.
I want to know who will take the responsibility to update the NodeCondtion to False after recovery in the best practice. Is it the job of remedy system?