diff --git a/docs/tasks/debug-application-cluster/monitor-node-health.md b/docs/tasks/debug-application-cluster/monitor-node-health.md index 9bf7a7f709..49e2a2f0c9 100644 --- a/docs/tasks/debug-application-cluster/monitor-node-health.md +++ b/docs/tasks/debug-application-cluster/monitor-node-health.md @@ -15,8 +15,8 @@ redirect_from: *Node problem detector* is a [DaemonSet](/docs/concepts/workloads/controllers/daemonset/) monitoring the node health. It collects node problems from various daemons and reports them -to the apiserver as [NodeCondition](/docs/admin/node/#node-condition) and -[Event](/docs/api-reference/v1.6/#event-v1-core). +to the apiserver as [NodeCondition](/docs/concepts/architecture/nodes/#condition) +and [Event](/docs/api-reference/v1.6/#event-v1-core). It supports some known kernel issue detection now, and will detect more and more node problems over time.