Update link to node condition.

The anchor changed from `#node-condition` to `#node`.

We also switch to the redirected base path.
This commit is contained in:
Timo Reimann
2017-06-30 01:15:31 +02:00
committed by Andrew Chen
parent ad557aad1c
commit b16949794b
@@ -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.