Add general NoExecute Toleration to fluentd in gcp configuration

This commit is contained in:
gmarek 2017-05-12 11:23:23 +02:00
parent 3b0b7399f5
commit 4d7d6b72b3

View File

@ -103,6 +103,8 @@ spec:
tolerations:
- key: "node.alpha.kubernetes.io/ismaster"
effect: "NoSchedule"
- operator: "Exists"
effect: "NoExecute"
terminationGracePeriodSeconds: 30
volumes:
- name: varlog