Commit 7773f8f5 authored by Daniel Kłobuszewski's avatar Daniel Kłobuszewski

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.
parent c855acca
...@@ -106,7 +106,7 @@ spec: ...@@ -106,7 +106,7 @@ spec:
effect: "NoExecute" effect: "NoExecute"
- operator: "Exists" - operator: "Exists"
effect: "NoSchedule" effect: "NoSchedule"
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 60
volumes: volumes:
- name: varlog - name: varlog
hostPath: hostPath:
......
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