Leonardo Rossetti

Results 17 comments of Leonardo Rossetti

> It's an interesting use case. One manually method I came up with is to run your monitor pod in container network and then use linux commands to move the...

> I run ip link set mirror0 netns /proc//ns/net to move mirror0 into a running pod and then nsenter --net=/proc//ns/net ip link set mirror0 up it works. It doesn't need...

@zhangzujian thank you for your help and you clear answer. I tried from a pod, for now it has all kind of (bad) privileges I would like to avoid (`privileged,...

still no way to make --always-copy work for virtualenv creation?

Hi @samuelcolvin, I've done some modification to the function I proposed into #5031 . The new code doesn't modify the original model and deals also with `List`, `Dict` and `Union`....

After some reasoning and hard fighting on that topic, I ended up with un updated version of the previous recursive algorithm which handles for example `types.UnionType`, `conlist` and complex types...