diff --git a/content/zh/docs/concepts/workloads/controllers/daemonset.md b/content/zh/docs/concepts/workloads/controllers/daemonset.md index e04b2282db..eeca63ebe8 100644 --- a/content/zh/docs/concepts/workloads/controllers/daemonset.md +++ b/content/zh/docs/concepts/workloads/controllers/daemonset.md @@ -30,7 +30,7 @@ Some typical uses of a DaemonSet are: --> DaemonSet 的一些典型用法: -- 在每个节点上运行集群存守护进程 +- 在每个节点上运行集群守护进程 - 在每个节点上运行日志收集守护进程 - 在每个节点上运行监控守护进程