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: snapshotter: Add `k3s` and `rke2` overlays to the snapshotter daemonset #577

Closed fidencio closed 5 months ago

fidencio commented 5 months ago

This is a small series that brings support to using the nydus-snapshotter daemonset with different flavours of kubernetes.

The background of why we're doing this, is mainly because we rely on those in the Kata Containers CI.

Please, take a look at each commit message for more details.

fidencio commented 5 months ago

cc @ChengyuZhu6

fidencio commented 5 months ago

@imeoer, I'm trying to understand whether the E2E failures are related to this PR or not.

ChengyuZhu6 commented 5 months ago

@imeoer, I'm trying to understand whether the E2E failures are related to this PR or not.

@fidencio You can display the pod's log for e2e test.

ChengyuZhu6 commented 5 months ago

LGTM @fidencio !

fidencio commented 5 months ago

@imeoer, I was able to get the full Ci green, please, let me know if anything else is needed from my side.