containerd / nerdctl

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
Apache License 2.0
7.63k stars 565 forks source link

`networks` do not appear to support --namespace #3095

Closed apostasie closed 1 week ago

apostasie commented 2 weeks ago

Description

@AkihiroSuda is there a reason we do not support namespaces for networks? Or is this just TBD?

Steps to reproduce the issue

na

Describe the results you received and expected

na

What version of nerdctl are you using?

1.7.6

Are you using a variant of nerdctl? (e.g., Rancher Desktop)

None

Host information

No response

AkihiroSuda commented 2 weeks ago

This is because CNI has no concept of namespaces

apostasie commented 1 week ago

Fixed by #3096