Lin Lin

Results 36 comments of Lin Lin

What is your pull command? Maybe because in a different namespace. k8s demand the image is in k8s.io containerd namespace.

你用的字体是什么?可能跟字体有关。

I guess not all the source code is released yet, so we can't build it by ourselves.

Also, I notice that there are far too many open issues, while the PRs are quite few. Some 'need help' issue labels may be useful to attract new contributors, just...

What is the command you used with 'ctr` ? Your issue doesn't apply to me, I always can pull images from a nexus registry.

Hi, is there any updates on this feature?

k8s 1.29 creates a seperate super-admin.conf, https://github.com/kubernetes/kubernetes/pull/121305

I submit a little explaination for any one is insterested in the detail. https://github.com/containerd/containerd/pull/10649#issuecomment-2488142828

Have you check out the reproducing method from https://github.com/containerd/containerd/issues/10457. If the power off happened right before the snapshotter starts, it could be a layer absence, the absent layer can be...

i don't think netlink.AddrDel is the key, anyway the netlink does have a default timeout. https://github.com/vishvananda/netlink/blob/main/nl/nl_linux.go#L41 ``` var SocketTimeoutTv = unix.Timeval{Sec: 60, Usec: 0} ``` looks like the dhcp is...