Ilya Andreev
Ilya Andreev
This should be addressed after https://github.com/andreev-io/little-raft/pull/32 goes out.
Help definitely wanted on this one. Do you have any tests from ChiselStore that we can reuse @penberg?
Hitting the same problem as described above in assignment packet02-03: ``` libbpf: failed to pin map: Operation not permitted ERR: pinning maps ``` The following change does indeed help: ```...
We reproduced an identical issue in AKS. We created a cluster using managed Cilium: ``` az group create --name ilya-experiments --location uksouth az network vnet create -g ilya-experiments --location uksouth...
@rbtr @anubhabMajumdar Hey! Cilium uses the following [code](https://github.com/cilium/cilium/blob/main/pkg/datapath/loader/netlink.go#L48) to load its programs on the ingress qdisc: ``` func replaceQdisc(link netlink.Link) error { attrs := netlink.QdiscAttrs{ LinkIndex: link.Attrs().Index, Handle: netlink.MakeHandle(0xffff, 0),...
@pchaigno This is a wonderful discovery! I am going to watch the presentation you linked as soon as I have some time. For our use case, we are interested in...
@pchaigno That's very interesting and insightful. We are planning to use Retina in our cloud platform for network metering for billing purposes. The other two major options we evaluated were...
Hey @rbtr. I have been testing this quite extensively, and I don't think the problem is fully solved. I did a deep dive into both Cilium and Retina code and...
I'm going to open a PR to address this in the `forward` plugin as an example.
@rbtr Could you assign this to me? I opened https://github.com/microsoft/retina/pull/238, but I need some help with figuring out how to build Retina locally: https://github.com/microsoft/retina/pull/238#issuecomment-2042712405.