From 6c78e7ccbef5657e5f2fbaecba9255eb0b19a4c0 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sat, 24 Nov 2018 17:42:52 +0800 Subject: [PATCH] zh-trans: add daemonset.md (#11230) * zh-trans: add daemonset.md zh-trans: add daemonset.md * Update daemonset.md --- .../zh/docs/reference/glossary/daemonset.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 content/zh/docs/reference/glossary/daemonset.md diff --git a/content/zh/docs/reference/glossary/daemonset.md b/content/zh/docs/reference/glossary/daemonset.md new file mode 100644 index 0000000000..f0ec7e9cda --- /dev/null +++ b/content/zh/docs/reference/glossary/daemonset.md @@ -0,0 +1,43 @@ +--- +title: DaemonSet +id: daemonset +date: 2018-04-12 +full_link: /docs/concepts/workloads/controllers/daemonset +short_description: > + 确保 Pod 的副本在集群中的一组节点上运行。 + +aka: +tags: +- fundamental +- core-object +- workload +--- + + + + 确保 {{< glossary_tooltip text="Pod" term_id="pod" >}} 的副本在{{< glossary_tooltip text="集群" term_id="cluster" >}}中的一组节点上运行。 + + + + +用来部署系统守护进程,例如日志搜集和监控代理,这些进程通常必须运行在每个{{< glossary_tooltip text="节点" term_id="node" >}}上。 +