mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
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:
parent
c855accaec
commit
7773f8f5eb
@ -106,7 +106,7 @@ spec:
|
||||
effect: "NoExecute"
|
||||
- operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
terminationGracePeriodSeconds: 30
|
||||
terminationGracePeriodSeconds: 60
|
||||
volumes:
|
||||
- name: varlog
|
||||
hostPath:
|
||||
|
Loading…
Reference in New Issue
Block a user