Merge pull request #37591 from sftim/20221029_use_replicaset_for_self_healing
Switch self-healing feature to ReplicaSetpull/37885/head
commit
2fac7a5878
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue