Results 263 comments of Fu Wei

Hi @jseba please file pull request to fix it if you would like to take this. Thanks.

It sounds good to me. REF: https://github.com/containerd/containerd/pull/8788/files

We can dump pod's information by `crictl inspectp -o json NON-HOST-NETWORK-PODID` | jq ".info.runtimeSpec.linux.namespaces" | jq -r '.[] | select(.type == "network") | .path'. @uablrek > I'm more than willing...

I think it should be id allocated by containerd. 👀

> Why not just return a /var/run/netns/cni-xxxx path in .info.runtimeSpec.linux.namespaces? We already did.

Hi @skaegi would you mind share reproduce steps? I was thinking that it's not the same to https://github.com/containerd/containerd/issues/6793.