Kornilios Kourtis

Results 187 comments of Kornilios Kourtis

Added @olsajiri as a reviewer (https://github.com/cilium/tetragon/issues/189#issuecomment-1168412629)

Thanks for the report! One known reason for this error is when events are dropped. This will happen, for example, if the tetragon agent is unable to keep pace with...

> Thanks for your reply! > > I noticed that 54321 is a grpc server(seems more related to config control), and 2112 is a metrics server. So here is the...

Marking this as draft. Once https://github.com/cilium/tetragon/issues/477 is merged, we will continue on it.

> We should build the test binaries with go test -c in a make step that doesn't require 'sudo', and then only run those test binaries with sudo. That would...

Maybe something like the following: ```sh for pkg in $(go list ./...) do localpkg=$(echo $pkg | sed -e 's:github.com/cilium/tetragon/::') localtestfile=$(echo $localpkg | sed -e 's:/:.:g') echo go test -c ./$localpkg...

I think there is a middle ground: introduce a new function `RegisterCRDsWithOptions()` and pass the options there. This does not break compatibility. `RegisterCRD` can be marked as deprecated, and eventually...

Are there any other known places that we should use the CO-RE macros, or can we close this issue?

We do have a systemd installation now, so closing this.

Closing this issue, as there are no plans to send logs to kafka from Tetragon. We can always reopen it (or create a new one, if need be).