From e4a8dc2bac2631b336806650192d99e31e6fe708 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Sun, 15 May 2022 16:25:18 +0800 Subject: [PATCH] [zh] update controllers/fluentd-daemonset-update.yaml Signed-off-by: xin.li --- .../zh/examples/controllers/fluentd-daemonset-update.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/zh/examples/controllers/fluentd-daemonset-update.yaml b/content/zh/examples/controllers/fluentd-daemonset-update.yaml index dcf08d4fc9..54d8c566ae 100644 --- a/content/zh/examples/controllers/fluentd-daemonset-update.yaml +++ b/content/zh/examples/controllers/fluentd-daemonset-update.yaml @@ -19,9 +19,13 @@ spec: name: fluentd-elasticsearch spec: tolerations: - # this toleration is to have the daemonset runnable on master nodes - # remove it if your masters can't run pods + # 这些容忍度使得守护进程能够在控制平面节点上运行 + # 如果你的控制平面节点不应该运行 pod,请删除它们 + - key: node-role.kubernetes.io/control-plane + operator: Exists + effect: NoSchedule - key: node-role.kubernetes.io/master + operator: Exists effect: NoSchedule containers: - name: fluentd-elasticsearch