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
|
- 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
|
||||||
---
|
---
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue