Quang Nguyen
Quang Nguyen
@dependabot recreate
closing this in favor of https://github.com/microsoft/retina/pull/620
will pivot from this https://github.com/microsoft/retina/pull/610#discussion_r1735400479
I've looked into the issue and found that eBPF maps are deleted when their `Close()` function is called, which occurs in the plugin's `Stop()` function during a graceful shutdown. However,...
@timraymond can you resolve the merge conflict so we can get this in?
@timraymond can you attach the before and after build time?
@copilot run `make fmt` and then `make lint` on your PR and address any of the ongoing linter issues, also add another step in the github action `images.yaml` file so...
@copilot make this simpler by just using a host process container with only powershell installed
All related PRs have been merged 🚀
I know that CAP_NET_ADMIN is needed for `packetparser`, SYS_ADMIN for root access I think is for loading the eBPF program into the kernel since we need root access, but if...