fluent / fluent-bit

Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
https://fluentbit.io
Apache License 2.0
5.64k stars 1.54k forks source link

Make kubernetes cache size configurable #8722

Closed succa closed 1 month ago

succa commented 4 months ago

Kubernetes Hash table size is fixed. For big clusters it causes a lot of missed cache and new requests to the kube api-server.

define FLB_HASH_TABLE_SIZE 256

https://github.com/fluent/fluent-bit/blob/master/plugins/filter_kubernetes/kube_conf.h#L41

Describe the solution you'd like It would be nice to have this value as parameter.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stalled for 5 days with no activity.