1
1
---
2
- title : 副本控制器(Replication Controller )
2
+ title : 副本控制器(ReplicationController )
3
3
id : replication-controller
4
4
date : 2018-04-12
5
5
full_link :
6
6
short_description : >
7
- 一种管理多副本应用的(已启用 )的 API 对象。
7
+ 一种管理多副本应用的(已弃用 )的 API 对象。
8
8
9
9
aka :
10
10
tags :
13
13
---
14
14
15
15
<!--
16
- title: Replication Controller
16
+ title: ReplicationController
17
17
id: replication-controller
18
18
date: 2018-04-12
19
19
full_link:
@@ -27,27 +27,27 @@ tags:
27
27
-->
28
28
29
29
<!--
30
- A workload resource that manages a replicated application, ensuring that
30
+ A workload resource that manages a replicated application, ensuring that
31
31
a specific number of instances of a {{< glossary_tooltip text="Pod" term_id="pod" >}} are running.
32
32
-->
33
- 一种工作管理多副本应用的负载资源 ,能够确保特定个数的
33
+ 一种管理多副本应用的工作负载资源 ,能够确保特定个数的
34
34
{{< glossary_tooltip text="Pod" term_id="pod" >}}
35
35
实例处于运行状态。
36
36
37
- <!-- more-->
37
+ <!-- more-->
38
38
39
39
<!--
40
40
The control plane ensures that the defined number of Pods are running, even if some
41
41
Pods fail, if you delete Pods manually, or if too many are started by mistake.
42
42
-->
43
- 控制面确保所指定的个数的 Pods 处于运行状态,即使某些 Pod 会失效 ,
44
- 比如被你手动删除或者因为其他错误启动过多 Pod 时 。
43
+ 控制平面确保即使某些 Pod 失效、被你手动删除或错误地启动了过多 Pod 时 ,
44
+ 指定数量的 Pod 仍处于运行状态 。
45
45
46
46
{{< note >}}
47
47
<!--
48
48
ReplicationController is deprecated. See
49
49
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}, which is similar.
50
50
-->
51
- ReplicationController 已被启用。请参见 Deployment 执行类似功能。
51
+ ReplicationController 已被弃用。请参见执行类似功能的
52
+ {{< glossary_tooltip text="Deployment" term_id="deployment" >}}。
52
53
{{< /note >}}
53
-
0 commit comments