From b16949794bda71feb00aa23e01a7c925cead51e8 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Fri, 30 Jun 2017 01:15:31 +0200 Subject: [PATCH] Update link to node condition. The anchor changed from `#node-condition` to `#node`. We also switch to the redirected base path. --- docs/tasks/debug-application-cluster/monitor-node-health.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.