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:
parent
3316bae823
commit
38374a03b0
|
@ -18,6 +18,7 @@ spec:
|
||||||
# this toleration is to have the daemonset runnable on master nodes
|
# this toleration is to have the daemonset runnable on master nodes
|
||||||
# remove it if your masters can't run pods
|
# remove it if your masters can't run pods
|
||||||
- key: node-role.kubernetes.io/master
|
- key: node-role.kubernetes.io/master
|
||||||
|
operator: Exists
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
containers:
|
containers:
|
||||||
- name: fluentd-elasticsearch
|
- name: fluentd-elasticsearch
|
||||||
|
|
Loading…
Reference in New Issue