Operator: Exists missing

The Operator Exists is missing without this operator there will be no pod deployed on the master node.
This commit is contained in:
Jeffrey van den Hondel 2021-05-06 15:40:45 +02:00 committed by GitHub
parent 3316bae823
commit 38374a03b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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