Skip to content

Commit

Permalink
Revise Addons section of components (#15173)
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim authored and k8s-ci-robot committed Jul 12, 2019
1 parent 7914985 commit 8e6c0ab
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions content/en/docs/concepts/overview/components.md
Expand Up @@ -82,11 +82,13 @@ Node components run on every node, maintaining running pods and providing the Ku

## Addons

Addons are pods and services that implement cluster features. The pods may be managed
by Deployments, ReplicationControllers, and so on. Namespaced addon objects are created in
the `kube-system` namespace.
Addons use Kubernetes resources ({{< glossary_tooltip term_id="daemonset" >}},
{{< glossary_tooltip term_id="deployment" >}}, etc)
to implement cluster features. Because these are providing cluster-level features, namespaced resources
for addons belong within the `kube-system` namespace.

Selected addons are described below, for an extended list of available addons please see [Addons](/docs/concepts/cluster-administration/addons/).
Selected addons are described below; for an extended list of available addons, please
see [Addons](/docs/concepts/cluster-administration/addons/).

### DNS

Expand Down

0 comments on commit 8e6c0ab

Please sign in to comment.