Skip to content

Commit 7c81138

Browse files
authored
Merge pull request #37902 from gaogao101/work36
[zh-cn] Updated replicaset.md
2 parents c1a420c + 141eda8 commit 7c81138

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/zh-cn/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
22
title: ReplicaSet
3+
feature:
4+
title: 自我修复
5+
anchor: ReplicationController 如何工作
6+
description: >
7+
重新启动失败的容器,在节点死亡时替换并重新调度容器,
8+
杀死不响应用户定义的健康检查的容器,
9+
并且在它们准备好服务之前不会将它们公布给客户端。
310
content_type: concept
411
weight: 20
512
---
@@ -9,6 +16,13 @@ reviewers:
916
- bprashanth
1017
- madhusudancs
1118
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.
1226
content_type: concept
1327
weight: 20
1428
-->

0 commit comments

Comments
 (0)