[zh-cn] resync /controllers/fluentd.yaml

pull/34601/head
Michael 2022-06-25 18:47:04 +08:00
parent ed23f394e2
commit c75ed0a90f
4 changed files with 7 additions and 7 deletions

View File

@ -15,8 +15,8 @@ spec:
name: fluentd-elasticsearch
spec:
tolerations:
# 这些容忍度设置是为了让守护进程在控制平面节点上运行
# 如果你不希望控制平面节点运行 Pod可以删除它们
# 这些容忍度设置是为了让守护进程在控制平面节点上运行
# 如果你不希望自己的控制平面节点运行 Pod可以删除它们
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule

View File

@ -19,8 +19,8 @@ spec:
name: fluentd-elasticsearch
spec:
tolerations:
# 这些容忍度使得守护进程能够在控制平面节点上运行
# 如果你的控制平面节点不应该运行 pod删除它们
# 这些容忍度设置是为了让该守护进程集在控制平面节点上运行
# 如果你不希望自己的控制平面节点运行 Pod可以删除它们
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule

View File

@ -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:

View File

@ -6,7 +6,7 @@ metadata:
app: guestbook
tier: frontend
spec:
# modify replicas according to your case
# 按你的实际情况修改副本数
replicas: 3
selector:
matchLabels: