Add comment about DaemonSet toleration to run on masters (#19530)

Fixes issue #19512
This commit is contained in:
Samuel Almeida
2020-03-17 18:46:22 +01:00
committed by GitHub
parent c5f549984d
commit d5f741b03e
@@ -15,6 +15,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
- key: node-role.kubernetes.io/master
effect: NoSchedule
containers: