mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
update fluentd-es-configmap
queue_limit_length is not supported by fluentd, and I config total_limit_size 2G for buffer total size
This commit is contained in:
@@ -473,7 +473,7 @@ data:
|
|||||||
retry_forever
|
retry_forever
|
||||||
retry_max_interval 30
|
retry_max_interval 30
|
||||||
chunk_limit_size 2M
|
chunk_limit_size 2M
|
||||||
queue_limit_length 8
|
total_limit_size 2G
|
||||||
overflow_action block
|
overflow_action block
|
||||||
</buffer>
|
</buffer>
|
||||||
</match>
|
</match>
|
||||||
|
Reference in New Issue
Block a user