We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2cf00 commit a174afbCopy full SHA for a174afb
content/en/docs/concepts/workloads/controllers/daemonset.md
@@ -203,8 +203,7 @@ running such processes via a DaemonSet:
203
- Ability to monitor and manage logs for daemons in the same way as applications.
204
- Same config language and tools (e.g. Pod templates, `kubectl`) for daemons and applications.
205
- 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).
+ containers. However, this can also be accomplished by running the daemons in a container but not in a Pod.
208
209
### Bare Pods
210
0 commit comments