Switch self-healing feature to ReplicaSet

Don't highlight the legacy ReplicationController API when talking about
Kubernetes' ability to self-heal.
pull/37591/head
Tim Bannister 2022-10-29 18:30:26 +01:00
parent c6ec678fe7
commit bb22bd031e
No known key found for this signature in database
GPG Key ID: 1E76582C4F66FA48
2 changed files with 7 additions and 6 deletions

View File

@ -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
---

View File

@ -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
---