From d5f741b03e3b4e234bb1a04062b2a39c48b516bf Mon Sep 17 00:00:00 2001 From: Samuel Almeida Date: Tue, 17 Mar 2020 18:46:22 +0100 Subject: [PATCH] Add comment about DaemonSet toleration to run on masters (#19530) Fixes issue #19512 --- content/en/examples/controllers/daemonset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/examples/controllers/daemonset.yaml b/content/en/examples/controllers/daemonset.yaml index 1bfa082833..f291b750c1 100644 --- a/content/en/examples/controllers/daemonset.yaml +++ b/content/en/examples/controllers/daemonset.yaml @@ -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: