Skip to content

Commit 00faadc

Browse files
authored
Merge pull request #50502 from lmktfy/20250326_self_healing
Switch target of landing page "self-healing" feature
2 parents e364467 + 7ae43e7 commit 00faadc

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-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
<!-- overview -->
714

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
2+
# NOTE TO LOCALIZATION TEAMS
3+
#
4+
# If updating front matter for your localization because there is still
5+
# a "feature" key in this page, then you also need to update
6+
# content/??/docs/concepts/architecture/self-healing.md (which is where
7+
# it moved to)
28
reviewers:
39
- Kashomon
410
- bprashanth
@@ -7,13 +13,6 @@ title: ReplicaSet
713
api_metadata:
814
- apiVersion: "apps/v1"
915
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.
1716
content_type: concept
1817
description: >-
1918
A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time.

0 commit comments

Comments
 (0)