Skip to content

Commit 38374a0

Browse files
Operator: Exists missing
The Operator Exists is missing without this operator there will be no pod deployed on the master node.
1 parent 3316bae commit 38374a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/examples/controllers/daemonset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ spec:
1818
# this toleration is to have the daemonset runnable on master nodes
1919
# remove it if your masters can't run pods
2020
- key: node-role.kubernetes.io/master
21+
operator: Exists
2122
effect: NoSchedule
2223
containers:
2324
- name: fluentd-elasticsearch

0 commit comments

Comments
 (0)