Add concept page about Controllers (#15733)
* Add controller concept * Fix controller glossary entries * Link from Understanding Kubernetes Objects to Controllers
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
bf83aaf699
commit
9a7b191bcc
@@ -2,7 +2,7 @@
|
||||
title: kube-controller-manager
|
||||
id: kube-controller-manager
|
||||
date: 2018-04-12
|
||||
full_link: /docs/reference/generated/kube-controller-manager/
|
||||
full_link: /docs/reference/command-line-tools-reference/kube-controller-manager/
|
||||
short_description: >
|
||||
Component on the master that runs controllers.
|
||||
|
||||
@@ -13,7 +13,6 @@ tags:
|
||||
---
|
||||
Component on the master that runs {{< glossary_tooltip text="controllers" term_id="controller" >}}.
|
||||
|
||||
<!--more-->
|
||||
<!--more-->
|
||||
|
||||
Logically, each {{< glossary_tooltip text="controller" term_id="controller" >}} is a separate process, but to reduce complexity, they are all compiled into a single binary and run in a single process.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user