From 40b183cea374b6e56ca103f606a9c3efccb15ffc Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 19 Jul 2021 00:40:45 +0300 Subject: [PATCH] [zh] Operator: Exists missing --- content/zh/examples/controllers/daemonset.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/content/zh/examples/controllers/daemonset.yaml b/content/zh/examples/controllers/daemonset.yaml index f291b750c1..685a137244 100644 --- a/content/zh/examples/controllers/daemonset.yaml +++ b/content/zh/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