Lorenzo Fontana

Results 83 comments of Lorenzo Fontana

Yea totally, I like the idea of creating the pvcs from the operator allowing the user to personalize them by doing some kind of ‘volumeClaimTemplate’ thing

@soo-o just saw that this is coming - can't wait! If y'all need someone to test it at some point I'm down for it.

I suspect that this is due to the fact that the network is not yet completely removed when you try to recreate it. The overlay network involves coordinating multiple network...

@harrysx I'm closing this one since no one expressed interest in making this happen. Feel free to continue the discussion or send a PR with this feature regardless, in that...

I had the same need so I wrote a little daemon that listen for docker events to route network from the host interface to the VM interface. Basically on OS...

That makes sense @brendangregg , matching a parameter is really what we want. I'm upgrading the issue to reflect this and will write some code. Are you referring to the...

I'm exploring those possibilities, the road that seems reasonable to me is to add a `CallInst *IRBuilderBPF::CreateGetCurrentPidNamespace()` in `ast/irbuilderbpf.cpp` and call in it a new exported bpf helper that should...

Yes @dalehamel that's very similar to what I have in mind, however I also wanted to explore a way to implement this completely in bpftrace since that is also how...

In the meanwhile, those that can enable cgroupv2 in their kubernetes cluster can do the filtering using the `cgroupid` function: ```bash APP=front-end POD=$(kubectl get pod -n sock-shop -l name=$APP -o...