From 299fa7d8c72889458dfe75a4fdd12e33e0524020 Mon Sep 17 00:00:00 2001 From: PEIHONG WU Date: Sun, 24 Jan 2021 18:34:00 +0800 Subject: [PATCH] Update daemonset.md spelling error --- content/zh/docs/concepts/workloads/controllers/daemonset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/workloads/controllers/daemonset.md b/content/zh/docs/concepts/workloads/controllers/daemonset.md index 60f8f656fe894..9c3a62f573aeb 100644 --- a/content/zh/docs/concepts/workloads/controllers/daemonset.md +++ b/content/zh/docs/concepts/workloads/controllers/daemonset.md @@ -172,7 +172,7 @@ When the two are specified the result is ANDed. If the `.spec.selector` is specified, it must match the `.spec.template.metadata.labels`. Config with these not matching will be rejected by the API. --> 如果指定了 `.spec.selector`,必须与 `.spec.template.metadata.labels` 相匹配。 -如果与后者不匹配,则 DeamonSet 会被 API 拒绝。 +如果与后者不匹配,则 DaemonSet 会被 API 拒绝。