Skip to content

Commit

Permalink
Fix error link (kubernetes#5459)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Bai authored and crimsonfaith91 committed Sep 14, 2017
1 parent 9e85cee commit 030713a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/concepts/overview/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Kubernetes control plane. It is designed to scale horizontally -- that is, it sc

### etcd

[etcd](/docs/admin/etcd) is used as Kubernetes' backing store. All cluster data is stored here. Always have a backup plan for etcd's data for your Kubernetes cluster.
[etcd](/docs/tasks/administer-cluster/configure-upgrade-etcd) is used as Kubernetes' backing store. All cluster data is stored here. Always have a backup plan for etcd's data for your Kubernetes cluster.

### kube-controller-manager

Expand Down Expand Up @@ -84,12 +84,12 @@ Containers started by Kubernetes automatically include this DNS server in their

#### Container Resource Monitoring

[Container Resource Monitoring](/docs/user-guide/monitoring) records generic time-series metrics
[Container Resource Monitoring](/docs/tasks/debug-application-cluster/resource-usage-monitoring) records generic time-series metrics
about containers in a central database, and provides a UI for browsing that data.

#### Cluster-level Logging

A [Cluster-level logging](/docs/user-guide/logging/overview) mechanism is responsible for
A [Cluster-level logging](/docs/concepts/cluster-administration/logging) mechanism is responsible for
saving container logs to a central log store with search/browsing interface.

## Node components
Expand Down

0 comments on commit 030713a

Please sign in to comment.