Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ystkfujii committed Mar 18, 2023
1 parent 1a1f558 commit 9885754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/workloads/controllers/daemonset.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ the existing Pods based on the
[priority](/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority)
of the new Pod.

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

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

{{< /table >}}

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

Because the DaemonSet controller sets the
Expand Down

0 comments on commit 9885754

Please sign in to comment.