Skip to content

Commit 7dfc7f8

Browse files
authored
Merge pull request #27893 from jeffreyvdhondel/patch-1
Operator: Exists missing
2 parents 731cd8c + 38374a0 commit 7dfc7f8

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)