containerd / nydus-snapshotter

A containerd snapshotter with data deduplication and lazy loading in P2P fashion
https://nydus.dev/
Apache License 2.0
156 stars 88 forks source link

misc: Fix cleanup with k3s / rke2 #586

Closed fidencio closed 3 months ago

fidencio commented 3 months ago

When performing the cleanup with k3s / rke2, we must specify the containerd socket address that's been created by them, instead of using the default one.

For both k3s and rke2 the containerd address socket is the same: /run/k3s/containerd/containerd.sock.

fidencio commented 3 months ago

I don't think the E2E failures are related to my changes.

ChengyuZhu6 commented 3 months ago

cc @imeoer

imeoer commented 3 months ago

LGTM, thanks! @fidencio

imeoer commented 3 months ago

@fidencio Will release v0.13.11 if we needed.

ChengyuZhu6 commented 3 months ago

@fidencio Will release v0.13.11 if we needed.

Thanks @imeoer. Please release a new version.