Changwei Ge
Changwei Ge
supplement: Using nerdctl to pull nydus image with `--unpack false` ``` nerdctl pull --unpack false tomcat:latestnydusv6 nerdctl tag tomcat:latestnydusv6 ghcr.io/gechangwei/tomcat:latestnydusv6 nerdctl push --allow-nondistributable-artifacts ghcr.io/gechangwei/tomcat:latestnydusv6 ```
This might not be as convenient as expected, but it is standard enough IMO. 🤣
What looks strange to me is containerd is trying to unpack from namespace `default` rather than `k8s.io` as you are deploying a Pod. Could you please invoke `ctr -n content...
Did this problem happen on the master HEAD or stable branches?
> @changweige Hi, Changwei, could you take a look at this issues when you have time? The design looks good to me. My only concern is that Docker is adopting...
Hi @xiangshen123, what containerd version are you using? I ran the same OCI image by `nerdctl`, first overlayfs-snapshotter, then nydus-snapshotter. But everything goes fine for me ``` nerdctl run -it...
@inklesspen1rus Looks like you are running rootless container. Nydus-snapshotter is not expected to run in such environment yet. For rootless container, nydus-snapshotter has to help containerd do to UIDMAP mount,...
Seems the snapshotter root directory is passed to Kubelet for components like cAdvisor to collect statics of POD. The POD eviction based on imageFS does not need it. The disk...
> I'm trying to use helm install the nydus-snapshotter, I got this error too. I can't find any place to modify the root option, how can i fix it? Based...
> Thanks for your reply, The default value of the tag in the helm chart I use is v0.4.0. According to your reminder, I will try to modify the value...