From 8c93c578080b37bc8c172fb2b3427a4dec38f083 Mon Sep 17 00:00:00 2001 From: Brad Topol Date: Tue, 5 Dec 2017 13:18:18 -0800 Subject: [PATCH] Added DaemonSet Entry to the glossary Signed-off-by: Brad Topol --- _data/glossary/daemonset.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _data/glossary/daemonset.yaml diff --git a/_data/glossary/daemonset.yaml b/_data/glossary/daemonset.yaml new file mode 100644 index 0000000000..09142d4fd6 --- /dev/null +++ b/_data/glossary/daemonset.yaml @@ -0,0 +1,10 @@ +id: daemonset +name: DaemonSet +full-link: /docs/concepts/workloads/controllers/daemonset +tags: +- fundamental +- workload +short-description: > + Ensures a copy of a {% glossary_tooltip term_id="pod" %} is running across a set of nodes in a {% glossary_tooltip term_id="cluster" %}. +long-description: > + Used to deploy system daemons such as log collectors and monitoring agents that typically must run on every {% glossary_tooltip term_id="node" %}.