[zh]Update content/zh/examples/controllers/daemonset.yaml
[zh]Update content/zh/examples/controllers/daemonset.yaml [zh]Update x [zh]Update xpull/33435/head
parent
48934ab197
commit
11fdd94d17
|
@ -15,8 +15,11 @@ 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
|
operator: Exists
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
|
|
Loading…
Reference in New Issue