Add comment about DaemonSet toleration to run on masters (#19530)
Fixes issue #19512pull/19706/head
parent
c5f549984d
commit
d5f741b03e
|
@ -15,6 +15,8 @@ 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
|
||||||
- key: node-role.kubernetes.io/master
|
- key: node-role.kubernetes.io/master
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
containers:
|
containers:
|
||||||
|
|
Loading…
Reference in New Issue