File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
content/zh-cn/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : ReplicaSet
3
+ feature :
4
+ title : 自我修复
5
+ anchor : ReplicationController 如何工作
6
+ description : >
7
+ 重新启动失败的容器,在节点死亡时替换并重新调度容器,
8
+ 杀死不响应用户定义的健康检查的容器,
9
+ 并且在它们准备好服务之前不会将它们公布给客户端。
3
10
content_type : concept
4
11
weight : 20
5
12
---
@@ -9,6 +16,13 @@ reviewers:
9
16
- bprashanth
10
17
- madhusudancs
11
18
title: ReplicaSet
19
+ feature:
20
+ title: Self-healing
21
+ anchor: How a ReplicaSet works
22
+ description: >
23
+ Restarts containers that fail, replaces and reschedules containers when nodes die,
24
+ kills containers that don't respond to your user-defined health check,
25
+ and doesn't advertise them to clients until they are ready to serve.
12
26
content_type: concept
13
27
weight: 20
14
28
-->
You can’t perform that action at this time.
0 commit comments