Skip to content

Commit

Permalink
Merge pull request kubernetes#37591 from sftim/20221029_use_replicase…
Browse files Browse the repository at this point in the history
…t_for_self_healing

Switch self-healing feature to ReplicaSet
  • Loading branch information
k8s-ci-robot authored Nov 14, 2022
2 parents e017f77 + bb22bd0 commit 2fac7a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions content/en/docs/concepts/workloads/controllers/replicaset.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ reviewers:
- bprashanth
- madhusudancs
title: ReplicaSet
feature:
title: Self-healing
anchor: How a ReplicaSet works
description: >
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.
content_type: concept
weight: 20
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ reviewers:
- bprashanth
- janetkuo
title: ReplicationController
feature:
title: Self-healing
anchor: How a ReplicationController Works
description: >
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.
content_type: concept
weight: 90
---
Expand Down

0 comments on commit 2fac7a5

Please sign in to comment.