Add generic NoSchedule toleration to fluentd in gcp config as a quick-fix for #44445

pull/6/head
gmarek 2017-06-28 10:35:58 +02:00
parent 165c94aa7b
commit 3f57d8dba3
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ spec:
effect: "NoSchedule"
- operator: "Exists"
effect: "NoExecute"
#TODO: remove this toleration once #44445 is properly fixed.
- operator: "Exists"
effect: "NoSchedule"
terminationGracePeriodSeconds: 30
volumes:
- name: varlog