From c75ed0a90faf6d0c92c4024cc18eb86a998e1e70 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 Jun 2022 18:47:04 +0800 Subject: [PATCH] [zh-cn] resync /controllers/fluentd.yaml --- content/zh-cn/examples/controllers/daemonset.yaml | 4 ++-- .../zh-cn/examples/controllers/fluentd-daemonset-update.yaml | 4 ++-- content/zh-cn/examples/controllers/fluentd-daemonset.yaml | 4 ++-- content/zh-cn/examples/controllers/frontend.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/zh-cn/examples/controllers/daemonset.yaml b/content/zh-cn/examples/controllers/daemonset.yaml index d80020210c..54fc51a869 100644 --- a/content/zh-cn/examples/controllers/daemonset.yaml +++ b/content/zh-cn/examples/controllers/daemonset.yaml @@ -15,8 +15,8 @@ spec: name: fluentd-elasticsearch spec: tolerations: - # 这些容忍度设置是为了让守护进程在控制平面节点上运行 - # 如果你不希望控制平面节点运行 Pod,可以删除它们 + # 这些容忍度设置是为了让该守护进程集在控制平面节点上运行 + # 如果你不希望自己的控制平面节点运行 Pod,可以删除它们 - key: node-role.kubernetes.io/control-plane operator: Exists effect: NoSchedule diff --git a/content/zh-cn/examples/controllers/fluentd-daemonset-update.yaml b/content/zh-cn/examples/controllers/fluentd-daemonset-update.yaml index 54d8c566ae..5c031f9156 100644 --- a/content/zh-cn/examples/controllers/fluentd-daemonset-update.yaml +++ b/content/zh-cn/examples/controllers/fluentd-daemonset-update.yaml @@ -19,8 +19,8 @@ spec: name: fluentd-elasticsearch spec: tolerations: - # 这些容忍度使得守护进程能够在控制平面节点上运行 - # 如果你的控制平面节点不应该运行 pod,请删除它们 + # 这些容忍度设置是为了让该守护进程集在控制平面节点上运行 + # 如果你不希望自己的控制平面节点运行 Pod,可以删除它们 - key: node-role.kubernetes.io/control-plane operator: Exists effect: NoSchedule diff --git a/content/zh-cn/examples/controllers/fluentd-daemonset.yaml b/content/zh-cn/examples/controllers/fluentd-daemonset.yaml index 0e1e7d3345..b6dcf64812 100644 --- a/content/zh-cn/examples/controllers/fluentd-daemonset.yaml +++ b/content/zh-cn/examples/controllers/fluentd-daemonset.yaml @@ -19,8 +19,8 @@ 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/master effect: NoSchedule containers: diff --git a/content/zh-cn/examples/controllers/frontend.yaml b/content/zh-cn/examples/controllers/frontend.yaml index b9f31044ec..12528338a1 100644 --- a/content/zh-cn/examples/controllers/frontend.yaml +++ b/content/zh-cn/examples/controllers/frontend.yaml @@ -6,7 +6,7 @@ metadata: app: guestbook tier: frontend spec: - # modify replicas according to your case + # 按你的实际情况修改副本数 replicas: 3 selector: matchLabels: