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

Fixes issue #19512
pull/19706/head
Samuel Almeida 2020-03-17 18:46:22 +01:00 committed by GitHub
parent c5f549984d
commit d5f741b03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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