Kornilios Kourtis
Kornilios Kourtis
CI issue: https://github.com/cilium/tetragon/issues/2875
> looks like little-vm-helper won't work with the new docker update? @kkourt @mtardy I guess we need https://github.com/cilium/little-vm-helper/commit/5756be9a552585bce1a05d094179dfad089347a9, which is part of little-vm-helper v0.0.19
Pushed a patch for updating to lvh v0.0.19 🤞🏼
We have the following failures in golangci-lint: > Running [/home/runner/golangci-lint-1.57.2-linux-amd64/golangci-lint run --out-format=github-actions --config=.golangci.yml --verbose] in [] ... > cmd/tetra/common/client.go:62:15 staticcheck SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported...
Marking this as a draft. Please undraft once ready for reviews.
> > However, one issue with the approach that the PR follows is that now we have two ways for matching arguments (`matchArgs` and `matchCapabilities`). Is there a reason why...
@tdaudi I was trying to fix a bug (which now I realized that you had also fixed in your PR), and ended up with: https://github.com/cilium/tetragon/pull/3852. WDYT?
@tdaudi do you still plan to merge this PR given that we merged https://github.com/cilium/tetragon/pull/3852?
Thanks for the PR. Having a switch for the use-case you describe makes sense to me. Can you please have a look at the GH action failures? There seems to...
> @kkourt , hi! May I ask you for a code review? Next Monday, on Tetragon community meeting I'll show a demo. I want to talk about some design decisions...