update markdown file in glossary directory

This commit is contained in:
jialaijun
2020-11-28 09:42:08 +08:00
parent 72fb7e4d30
commit 04df324331
41 changed files with 77 additions and 90 deletions
@@ -31,9 +31,9 @@ tags:
<!--
Component on the master that runs {{< glossary_tooltip text="controllers" term_id="controller" >}}.
-->
在主节点上运行{{< glossary_tooltip text="控制器" term_id="controller" >}}的组件。
在主节点上运行 {{< glossary_tooltip text="控制器" term_id="controller" >}} 的组件。
<!--more-->
从逻辑上讲,每个{{< glossary_tooltip text="控制器" term_id="controller" >}}都是一个单独的进程,但是为了降低复杂性,它们都被编译到同一个可执行文件,并在一个进程中运行。
从逻辑上讲,每个 {{< glossary_tooltip text="控制器" term_id="controller" >}} 都是一个单独的进程,但是为了降低复杂性,它们都被编译到同一个可执行文件,并在一个进程中运行。