Skip to content

Commit 2fac7a5

Browse files
authored
Merge pull request #37591 from sftim/20221029_use_replicaset_for_self_healing
Switch self-healing feature to ReplicaSet
2 parents e017f77 + bb22bd0 commit 2fac7a5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

content/en/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ reviewers:
44
- bprashanth
55
- madhusudancs
66
title: ReplicaSet
7+
feature:
8+
title: Self-healing
9+
anchor: How a ReplicaSet works
10+
description: >
11+
Restarts containers that fail, replaces and reschedules containers when nodes die,
12+
kills containers that don't respond to your user-defined health check,
13+
and doesn't advertise them to clients until they are ready to serve.
714
content_type: concept
815
weight: 20
916
---

content/en/docs/concepts/workloads/controllers/replicationcontroller.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ reviewers:
33
- bprashanth
44
- janetkuo
55
title: ReplicationController
6-
feature:
7-
title: Self-healing
8-
anchor: How a ReplicationController Works
9-
description: >
10-
Restarts containers that fail, replaces and reschedules containers when nodes die, kills containers that don't respond to your user-defined health check, and doesn't advertise them to clients until they are ready to serve.
11-
126
content_type: concept
137
weight: 90
148
---

0 commit comments

Comments
 (0)