DEV-338: add toleration to enable pods also on controlplane nodes

main
friedrich goerz 4 years ago
parent 8cd7fe1a29
commit 054b189acb

@ -118,6 +118,9 @@ spec:
labels:
k8s-app: filebeat
spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
serviceAccountName: filebeat
terminationGracePeriodSeconds: 30
hostNetwork: true

Loading…
Cancel
Save