Szilard Parrag

Results 27 comments of Szilard Parrag

Thank you for your report @furiel! I opened a PR with the potential fix.

On a second thought this might not be a proper fix: ``` [2024-08-13T09:19:13.979827] Unknown argument, adding it to __VARARGS__; argument='some_param', value='', reference='/source/install_dir/etc/foo.conf:12:17' [2024-08-13T09:19:13.979827] Unknown argument, adding it to __VARARGS__; argument='some_param',...

Updated the PR to properly handle empty `__VARARGS__` values instead.

Hey @TorsteinOtterlei, I agree with @astencel-sumo that this might be better in the OpenTelemetry Operator repository. There are some ongoing works regarding better integration for the k8s log collection (e.g.,...

Hey @DmitriyLewen! Thanks for creating an issue for it. I also thought of just checking for its' length, however it will still yield false positives for `*.pyc` files if there...

Hey @aditya7302, Thank you for your contribution, [currently the CI fails](https://github.com/kube-logging/logging-operator/actions/runs/9812999258/job/27148807214?pr=1775#step:5:1), because the generated CRD files/docs have not been committed. Run the following to fix this: ``` make check-diff git...