[zh] update controllers/fluentd-daemonset-update.yaml

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li
2022-05-15 16:25:18 +08:00
parent bf46c15bdf
commit e4a8dc2bac
@@ -19,9 +19,13 @@ spec:
name: fluentd-elasticsearch name: fluentd-elasticsearch
spec: spec:
tolerations: 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 - key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule effect: NoSchedule
containers: containers:
- name: fluentd-elasticsearch - name: fluentd-elasticsearch