Commit 4d7d6b72 authored by gmarek's avatar gmarek

Add general NoExecute Toleration to fluentd in gcp configuration

parent 3b0b7399
......@@ -103,6 +103,8 @@ spec:
tolerations:
- key: "node.alpha.kubernetes.io/ismaster"
effect: "NoSchedule"
- operator: "Exists"
effect: "NoExecute"
terminationGracePeriodSeconds: 30
volumes:
- name: varlog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment