You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Noticed that elastic says that messages above certain size will not be accepted.
Apparently some messages from kubelet are just insanely huge, due to the fact that multiple messages from journald are concatenaed.
What you expected to happen:
concatenate only specific messages, not everything
How to reproduce it (as minimally and precisely as possible):
actually running defaults in values.yaml, so maybe it is an issue with ubuntu setup or default journald?
Anything else we need to know:
Still investingating.
I think my installation may suffer from the same problem, as I also have random "Fluent::Plugin::Buffer::BufferChunkOverflowError"s which I can not attribute to my own single concat filter.
Describe the bug
I've discovered that I get super huge messages from kubelet which runs under journald Ubuntu 18.04
Version of Helm and Kubernetes:
Helm Version:
Kubernetes Version:
Which version of the chart:
11.11.0
What happened:
Noticed that elastic says that messages above certain size will not be accepted.
Apparently some messages from kubelet are just insanely huge, due to the fact that multiple messages from journald are concatenaed.
What you expected to happen:
concatenate only specific messages, not everything
How to reproduce it (as minimally and precisely as possible):
actually running defaults in values.yaml, so maybe it is an issue with ubuntu setup or default journald?
Anything else we need to know:
Still investingating.
I haven't seen it before with this chart before (mainly using GKE back then), but now on on-prem with https://github.com/NVIDIA/deepops it surfaced out.
The text was updated successfully, but these errors were encountered: