Skip to content

Commit 350a056

Browse files
committed
Move where landing page self-healing refers to
1 parent 9881eb3 commit 350a056

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

content/en/docs/concepts/architecture/self-healing.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
---
22
title: Kubernetes Self-Healing
33
content_type: concept
4-
Weight: 50
4+
weight: 50
5+
feature:
6+
title: Self-healing
7+
anchor: Automated recovery from damage
8+
description: >
9+
Kubernetes restarts containers that crash, replaces entire Pods where needed,
10+
reattaches storage in response to wider failures, and can integrate with
11+
node autoscalers to self-heal even at the node level.
512
---
613
714

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ title: ReplicaSet
77
api_metadata:
88
- apiVersion: "apps/v1"
99
kind: "ReplicaSet"
10-
feature:
11-
title: Self-healing
12-
anchor: How a ReplicaSet works
13-
description: >
14-
Restarts containers that fail, replaces and reschedules containers when nodes die,
15-
kills containers that don't respond to your user-defined health check,
16-
and doesn't advertise them to clients until they are ready to serve.
1710
content_type: concept
1811
description: >-
1912
A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time.

0 commit comments

Comments
 (0)