From 38374a03b0ee19a784901b45a46b5786324cb863 Mon Sep 17 00:00:00 2001 From: Jeffrey van den Hondel <15087173+jeffreyvdhondel@users.noreply.github.com> Date: Thu, 6 May 2021 15:40:45 +0200 Subject: [PATCH] Operator: Exists missing The Operator Exists is missing without this operator there will be no pod deployed on the master node. --- content/en/examples/controllers/daemonset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/examples/controllers/daemonset.yaml b/content/en/examples/controllers/daemonset.yaml index f291b750c1..685a137244 100644 --- a/content/en/examples/controllers/daemonset.yaml +++ b/content/en/examples/controllers/daemonset.yaml @@ -18,6 +18,7 @@ spec: # 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 + operator: Exists effect: NoSchedule containers: - name: fluentd-elasticsearch