Skip to content

Commit a174afb

Browse files
Removed docker usage from daemontsets
1 parent 7d2cf00 commit a174afb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ running such processes via a DaemonSet:
203203
- Ability to monitor and manage logs for daemons in the same way as applications.
204204
- Same config language and tools (e.g. Pod templates, `kubectl`) for daemons and applications.
205205
- Running daemons in containers with resource limits increases isolation between daemons from app
206-
containers. However, this can also be accomplished by running the daemons in a container but not in a Pod
207-
(e.g. start directly via Docker).
206+
containers. However, this can also be accomplished by running the daemons in a container but not in a Pod.
208207

209208
### Bare Pods
210209

0 commit comments

Comments
 (0)