Switch self-healing feature to ReplicaSet
Don't highlight the legacy ReplicationController API when talking about Kubernetes' ability to self-heal.pull/37591/head
parent
c6ec678fe7
commit
bb22bd031e
|
@ -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