Skip to content

Commit 9885754

Browse files
committed
fix typo
1 parent 1a1f558 commit 9885754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ the existing Pods based on the
115115
[priority](/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority)
116116
of the new Pod.
117117

118-
The user can specify a different scheduler for the Pods of the DamonSet, by
118+
The user can specify a different scheduler for the Pods of the DaemonSet, by
119119
setting the `.spec.template.spec.schedulerName` field of the DaemonSet.
120120

121121
The original node affinity specified at the
@@ -155,7 +155,7 @@ text="tolerations" term_id="toleration" >}} to DaemonSet Pods:
155155

156156
{{< /table >}}
157157

158-
You can add your own tolerations to the Pods of a Daemonset as well, by
158+
You can add your own tolerations to the Pods of a DaemonSet as well, by
159159
defining these in the Pod template of the DaemonSet.
160160

161161
Because the DaemonSet controller sets the

0 commit comments

Comments
 (0)