Fix grammar in docs/admin/daemon.md
A sentence in the "What is a DaemonSet" section had an extra "would be used" which made the sentence grammatically incorrect. Signed-off-by: Steven Erenst <stevenerenst@gmail.com>
This commit is contained in:
committed by
Andrew Chen
parent
6854e84203
commit
d1b975da52
@@ -21,8 +21,8 @@ Some typical uses of a DaemonSet are:
|
||||
https://github.com/prometheus/node_exporter), `collectd`, New Relic agent, or Ganglia `gmond`.
|
||||
|
||||
In a simple case, one DaemonSet, covering all nodes, would be used for each type of daemon.
|
||||
A more complex setup might use multiple DaemonSets would be used for a single type of daemon,
|
||||
but with different flags and/or different memory and cpu requests for different hardware types.
|
||||
A more complex setup might use multiple DaemonSets for a single type of daemon, but with
|
||||
different flags and/or different memory and cpu requests for different hardware types.
|
||||
|
||||
## Writing a DaemonSet Spec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user