From 491fc4c0f05d7c23d56723a2bf951a46ea4ce460 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 6 Dec 2018 22:40:59 +0800 Subject: [PATCH] zh-trans: add replica-set.md (#11429) * zh-trans: add replica-set.md zh-trans: add replica-set.md * Update replica-set.md * Update replica-set.md * Update replica-set.md --- .../zh/docs/reference/glossary/replica-set.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/content/zh/docs/reference/glossary/replica-set.md b/content/zh/docs/reference/glossary/replica-set.md index 0d53c9f31b..b762c6b80e 100755 --- a/content/zh/docs/reference/glossary/replica-set.md +++ b/content/zh/docs/reference/glossary/replica-set.md @@ -3,6 +3,22 @@ title: ReplicaSet id: replica-set date: 2018-04-12 full_link: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ +short_description: > + ReplicaSet 是下一代副本控制器。 + +aka: +tags: +- fundamental +- core-object +- workload +--- + + + + + +ReplicaSet 是下一代副本控制器。 + +ReplicaSet 就像 ReplicationController 那样,确保一次运行指定数量的 Pod 副本。ReplicaSet 支持新的基于集合的选择器需求(在标签的用户指南中有相关描述),而副本控制器只支持基于等值的选择器需求。