Fu Wei
Fu Wei
Hi @jseba please file pull request to fix it if you would like to take this. Thanks.
/assign @sxllwx
It sounds good to me. REF: https://github.com/containerd/containerd/pull/8788/files
ping @MikeZappa87
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.
cc @shuaichang
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.
ping @mxpv @dmcgowan @AkihiroSuda @mikebrow ~