Revise Addons section of components (#15173)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
791498509d
commit
8e6c0abc54
@@ -82,11 +82,13 @@ Node components run on every node, maintaining running pods and providing the Ku
|
|||||||
|
|
||||||
## Addons
|
## Addons
|
||||||
|
|
||||||
Addons are pods and services that implement cluster features. The pods may be managed
|
Addons use Kubernetes resources ({{< glossary_tooltip term_id="daemonset" >}},
|
||||||
by Deployments, ReplicationControllers, and so on. Namespaced addon objects are created in
|
{{< glossary_tooltip term_id="deployment" >}}, etc)
|
||||||
the `kube-system` namespace.
|
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
|
### DNS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user