Kornilios Kourtis

Results 187 comments of Kornilios Kourtis

> Here is a tetragon log sample from a k3s cluster that encountered this behavior: Thanks! > time="2022-07-06T02:33:01Z" level=error msg="Kubernetes API error" error="github.com/cilium/tetragon/pkg/k8s/client/informers/externalversions/factory.go:104: Failed to watch *v1alpha1.TracingPolicy: an error on...

Since this PR has not seen updates for sometime, I'll move it into draft for now. @pxp928 feel free to mark it as ready for review whenever it is ready....

> @kkourt I ended up sticking with the polling approach for now. There are some code paths that aren't being hit 100% of the time in particular for map unloads...

> @kkourt I can probably just do it here, I see TestChecker got merged already. Up to you! :)

Correct, there is currently no support within tetragon to send logs to kafka.

> However, the file is not detected and tetragon reports the btf file does not exists. Does the file `var/lib/tetragon/4.18.0-147.5.1.el8_1.x86_64.btf` exist on the host or in the tetragon pod? If...

> > If it exists on the host, but not in the pod then the tetragon agent will not be able to find it. > > Sure, the file is...

Could it be that there the btf value is not properly passed? At the beginning of the tetragon logs, there should be a line that prints the full configuration: https://github.com/cilium/tetragon/blob/1b7d2315df37b8f88c13e1d15dfdb62f7d425629/cmd/tetragon/main.go#L107-L108...

@willfindlay thanks! Can you also add your kernel config and the CRD?