File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ the existing Pods based on the
115
115
[ priority] ( /docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority )
116
116
of the new Pod.
117
117
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
119
119
setting the ` .spec.template.spec.schedulerName ` field of the DaemonSet.
120
120
121
121
The original node affinity specified at the
@@ -155,7 +155,7 @@ text="tolerations" term_id="toleration" >}} to DaemonSet Pods:
155
155
156
156
{{< /table >}}
157
157
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
159
159
defining these in the Pod template of the DaemonSet.
160
160
161
161
Because the DaemonSet controller sets the
You can’t perform that action at this time.
0 commit comments