Alex Kabakaev
Alex Kabakaev
This PR can be merged only if the [FLB PR 3191](https://github.com/fluent/fluent-bit/pull/3191) is accepted and merged.
I would like to set defaults for namespaced sysctl values in containers created by Containerd via CRI. I need it mainly for Kubernetes. So far, I couldn't find a way...
TL/DR: helm silently deletes all resources of another chart deployed with the same release name in the same namespace, including PVC! Helm should ether reject installation if it conflicts with...
This PR fixes #606 and partly #387, except a remux of existing video stream. @bobobo1618, can you give an example of video files worth remuxing? My video archive has only...
Video playback starts faster in browsers if the [moov atom](https://en.wikipedia.org/wiki/MP4_file_format#Data_streams) is at the beginning of an `mp4` file. Unfortunately, `ffmpeg` places the moov atom by default at the end of...
This change allows the update functionality to work with any kind of :ref values, let it be a git commit hash, a branch name or a tag name.
Hello @aescanero! I would like to contribute to your chart. Would you like to add a license file to your repo? It would be nice if you'd decide use the...
In normal operation, `fluent-bit` reuses TCP connections, hence new messages are flushed without sending a TCP SYN. But if an output connection cannot be established, then each `flb_io_net_write()` call will...
### Which OpenObserve functionalities are the source of the bug? metrics ### Is this a regression? No ### Description A metrics PromQL request returns invalid results when a query contains...
**TL/DR** Would it be possible to send `SIGTERM` to all leaf (grandchildren) subprocesses in an exec process group before `SIGKILL`ing them? **What is the problem you're trying to solve** There...