containerd / nerdctl

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

Windows: network inspect appears to fail randomly #3638

Open apostasie opened 4 weeks ago

apostasie commented 4 weeks ago

Description

https://github.com/containerd/nerdctl/actions/runs/11646004758/job/32429625925?pr=3624#step:9:1387

nerdctl network inspect something appears to fail sometimes for no obvious reason. Disabling concurrency does not seem to help.

Ideas:

Steps to reproduce the issue

No response

Describe the results you received and expected

na

What version of nerdctl are you using?

main

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

None

Host information

No response

iankingori commented 4 weeks ago

Looking at the CNI setup script, appears we may need to update the CNI version in use on containerd: https://github.com/containerd/containerd/blob/cf36acf6b6dde383952f523e9b0b721b20dec88a/script/setup/install-cni-windows#L22