Skip to content

Commit 19f3740

Browse files
committed
sync daemonset.md
1 parent d94bb3a commit 19f3740

File tree

1 file changed

+2
-2
lines changed
  • content/zh-cn/docs/concepts/workloads/controllers

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/workloads/controllers/daemonset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Pod 绑定到目标主机。如果新的 Pod 无法放在节点上,则默认
224224
(驱逐)某些现存的 Pod。
225225

226226
<!--
227-
The user can specify a different scheduler for the Pods of the DamonSet, by
227+
The user can specify a different scheduler for the Pods of the DaemonSet, by
228228
setting the `.spec.template.spec.schedulerName` field of the DaemonSet.
229229
230230
The original node affinity specified at the
@@ -307,7 +307,7 @@ Tolerations for DaemonSet pods
307307
{{< /table >}}
308308

309309
<!--
310-
You can add your own tolerations to the Pods of a Daemonset as well, by
310+
You can add your own tolerations to the Pods of a DaemonSet as well, by
311311
defining these in the Pod template of the DaemonSet.
312312

313313
Because the DaemonSet controller sets the

0 commit comments

Comments
 (0)