Merge pull request #37591 from sftim/20221029_use_replicaset_for_self_healing

Switch self-healing feature to ReplicaSet
pull/37885/head
Kubernetes Prow Robot 2022-11-13 23:53:58 -08:00 committed by GitHub
commit 2fac7a5878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -4,6 +4,13 @@ reviewers:
- bprashanth - bprashanth
- madhusudancs - madhusudancs
title: ReplicaSet 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 content_type: concept
weight: 20 weight: 20
--- ---

View File

@ -3,12 +3,6 @@ reviewers:
- bprashanth - bprashanth
- janetkuo - janetkuo
title: ReplicationController 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 content_type: concept
weight: 90 weight: 90
--- ---