Skip to content

Commit bb22bd0

Browse files
author
Tim Bannister
committed
Switch self-healing feature to ReplicaSet
Don't highlight the legacy ReplicationController API when talking about Kubernetes' ability to self-heal.
1 parent c6ec678 commit bb22bd0

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)