We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db82f5a + 45ae2cb commit 3fa7570Copy full SHA for 3fa7570
content/zh-cn/docs/reference/glossary/replication-controller.md
@@ -27,11 +27,12 @@ tags:
27
-->
28
29
<!--
30
-A workload resource that manages a replicated application, ensuring that
+A workload {{< glossary_tooltip text="object" term_id="object" >}}
31
+that manages a replicated application, ensuring that
32
a specific number of instances of a {{< glossary_tooltip text="Pod" term_id="pod" >}} are running.
33
-一种管理多副本应用的工作负载资源,能够确保特定个数的
34
-{{< glossary_tooltip text="Pod" term_id="pod" >}}
+一种管理多副本应用的工作负载{{< glossary_tooltip text="对象" term_id="object" >}},
35
+能够确保特定个数的 {{< glossary_tooltip text="Pod" term_id="pod" >}}
36
实例处于运行状态。
37
38
<!--more-->
0 commit comments