Add kube-apiserver, kube-controller-manager, kube-scheduler and etcd to glossary. (#6600)

* Move master component definitions to glossary

* review comments

* Update controller.yaml

Making a trivial change to un-stuck Travis

* Update controller.yaml

Removing trivial change
This commit is contained in:
Tina Zhang
2018-01-25 22:34:06 +00:00
committed by Zach Corleissen
parent 1d6f7b9d55
commit 3c50ce9d87
7 changed files with 70 additions and 10 deletions
+12
View File
@@ -0,0 +1,12 @@
id: controller
name: Controller
full-link: /docs/admin/kube-controller-manager/
related:
- controller-manager
tags:
- architecture
- fundamental
short-description: >
A control loop that watches the shared state of the cluster through the {% glossary_tooltip text="apiserver" term_id="kube-apiserver" %} and makes changes attempting to move the current state towards the desired state.
long-description: >
Examples of controllers that ship with Kubernetes today are the replication controller, endpoints controller, namespace controller, and serviceaccounts controller.