Skip to content

Commit a09d4ec

Browse files
committed
Update in /docs/concepts/workloads/controllers/daemonset.md
1 parent 304bf1b commit a09d4ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/concepts/workloads/controllers/daemonset.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ storage servers).
219219
Use a Deployment for stateless services, like frontends, where scaling up and down the
220220
number of replicas and rolling out updates are more important than controlling exactly which host
221221
the Pod runs on. Use a DaemonSet when it is important that a copy of a Pod always run on
222-
all or certain hosts, and when it needs to start before other Pods.
222+
all or certain hosts, if the DaemonSet provides node-level functionality that allows other Pods to run correctly on that particular node.
223+
224+
For example, [network plugins](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/) often include a component that runs as a DaemonSet. The DaemonSet component makes sure that the node where it's running has working cluster networking.
223225

224226

0 commit comments

Comments
 (0)