41 lines
970 B
Markdown
41 lines
970 B
Markdown
---
|
|
title: kube-controller-manager
|
|
id: kube-controller-manager
|
|
date: 2018-04-12
|
|
full_link: /docs/reference/generated/kube-controller-manager/
|
|
short_description: >
|
|
主节点上运行控制器的组件。
|
|
|
|
aka:
|
|
tags:
|
|
- architecture
|
|
- fundamental
|
|
---
|
|
|
|
<!--
|
|
---
|
|
title: kube-controller-manager
|
|
id: kube-controller-manager
|
|
date: 2018-04-12
|
|
full_link: /docs/reference/generated/kube-controller-manager/
|
|
short_description: >
|
|
Component on the master that runs controllers.
|
|
|
|
aka:
|
|
tags:
|
|
- architecture
|
|
- fundamental
|
|
---
|
|
-->
|
|
|
|
<!--
|
|
Component on the master that runs {{< glossary_tooltip text="controllers" term_id="controller" >}}.
|
|
-->
|
|
在主节点上运行 {{< glossary_tooltip text="控制器" term_id="controller" >}} 的组件。
|
|
|
|
<!--more-->
|
|
|
|
从逻辑上讲,每个{{< glossary_tooltip text="控制器" term_id="controller" >}}都是一个单独的进程,
|
|
但是为了降低复杂性,它们都被编译到同一个可执行文件,并在一个进程中运行。
|
|
|