Skip to content

Commit 214db5b

Browse files
authored
Merge pull request #38299 from windsonsea/repcon
[zh] sync /glossary/replication-controller.md
2 parents d05ef5c + f425c9c commit 214db5b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: 副本控制器(Replication Controller
2+
title: 副本控制器(ReplicationController
33
id: replication-controller
44
date: 2018-04-12
55
full_link:
66
short_description: >
7-
一种管理多副本应用的(已启用)的 API 对象。
7+
一种管理多副本应用的(已弃用)的 API 对象。
88
99
aka:
1010
tags:
@@ -13,7 +13,7 @@ tags:
1313
---
1414

1515
<!--
16-
title: Replication Controller
16+
title: ReplicationController
1717
id: replication-controller
1818
date: 2018-04-12
1919
full_link:
@@ -27,27 +27,27 @@ tags:
2727
-->
2828

2929
<!--
30-
A workload resource that manages a replicated application, ensuring that
30+
A workload resource that manages a replicated application, ensuring that
3131
a specific number of instances of a {{< glossary_tooltip text="Pod" term_id="pod" >}} are running.
3232
-->
33-
一种工作管理多副本应用的负载资源,能够确保特定个数的
33+
一种管理多副本应用的工作负载资源,能够确保特定个数的
3434
{{< glossary_tooltip text="Pod" term_id="pod" >}}
3535
实例处于运行状态。
3636

37-
<!--more-->
37+
<!--more-->
3838

3939
<!--
4040
The control plane ensures that the defined number of Pods are running, even if some
4141
Pods fail, if you delete Pods manually, or if too many are started by mistake.
4242
-->
43-
控制面确保所指定的个数的 Pods 处于运行状态,即使某些 Pod 会失效
44-
比如被你手动删除或者因为其他错误启动过多 Pod
43+
控制平面确保即使某些 Pod 失效、被你手动删除或错误地启动了过多 Pod
44+
指定数量的 Pod 仍处于运行状态
4545

4646
{{< note >}}
4747
<!--
4848
ReplicationController is deprecated. See
4949
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}, which is similar.
5050
-->
51-
ReplicationController 已被启用。请参见 Deployment 执行类似功能。
51+
ReplicationController 已被弃用。请参见执行类似功能的
52+
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}。
5253
{{< /note >}}
53-

0 commit comments

Comments
 (0)