Evan Baker

Results 226 comments of Evan Baker

The challenge here is that the timestamp that is appended to the capture name is [generated by the capture Job](https://github.com/microsoft/retina/blob/96d42f9e6439ed6d12821ef416983df5165ccbb1/pkg/capture/provider/network_capture_common.go#L23) while it is running on the Node itself. So, the...

While we start to repro and root-cause this, any additional datapoints from others running on EKS/GKE and/or with Cilium are welcome

I will defer to @pchaigno but I suspect we're going to be looking at replicating https://github.com/cilium/cilium/issues/17193. This is all new to me, so I am wondering: since [TCFilterPriority is uint](https://github.com/cilium/cilium/blob/9b3f9a8c0d71bf70bc0fd3fbc256bacc67fe6c32/pkg/option/config.go#L2390),...

It's possible that kernel 5.4 [does not have the features we need](https://github.com/iovisor/bcc/blob/master/docs/kernel-versions.md). @vakalapa do we have any idea what our kernel backcompat is?

@andreev-io I'm wondering if you consider this issue resolved by #276 which does fix Retina and Cilium being totally incompatible. If we consider this specific issue resolved, I think there...

@wenhuwang I don't understand why this change which added CO-RE (which is supposed to _improve_ kernel compatibility) would cause this issue. I wonder if it may be fixed with the...

> [This commit](https://github.com/cilium/ebpf/pull/1440/commits) seems to fix the issues Great, I'm queueing #300 so that we have that fix in our next release. Thanks for investigating this issue!

Thanks @einnse for letting us know this is fixed 🙂 That error can probably be ignored. #296 is open re customizing interfaces to skip in ethtool

looks like this introduces many more (failing) linting rules to markdownlint that we will need to address...