Increase fluentd-gcp grace termination period to 1min

By default, all pods have 30s for graceful termination. This gives fluentd additional 30s to export logs when the node is shutting down.
This commit is contained in:
Daniel Kłobuszewski 2018-06-14 10:42:12 +02:00
parent c855accaec
commit 7773f8f5eb

View File

@ -106,7 +106,7 @@ spec:
effect: "NoExecute"
- operator: "Exists"
effect: "NoSchedule"
terminationGracePeriodSeconds: 30
terminationGracePeriodSeconds: 60
volumes:
- name: varlog
hostPath: