For those hitting the 'ERROR: failed to detect containerd snapshotter' issue, I believe this is a bad interaction between recent Docker Desktop with containerd storage enabled and the latest kind node image. See https://github.com/kubernetes-sigs/kind/issues/3795 for details. For now, the workaround seems to be deselecting 'Use containerd for pulling and storing images' in your Docker Desktop configuration.
Craig > On Jan 24, 2025, at 7:57 AM, Peter Bacsko <[email protected]> wrote: > > +1 binding > > - Built on Ubuntu 22.04 LTS > - Verified signature & checksums > - Ran "make test" > - Ran "make image" > - Installed the images on Kind cluster v1.31.0 > - Ran sleep jobs & preemption jobs > > Peter > > On Fri, Jan 24, 2025 at 8:26 AM Lan Tzu-Hua <[email protected]> wrote: > >> +1 (non-binding) >> >> - Built on Windows 11 (amd64) with WSL Ubuntu 22.04.4 using go 1.22.4 >> - Verified signature and checksums >> - Installed locally on Kind cluster 1.32.0 >> - E2E test passed >> - Verified Web UI >> >> I have the same observation as Michael. >> I built a cluster and ran the E2E test using the command: >> run-e2e-tests.sh -a "test" -n "yk8s" -v "kindest/node:v1.32.1". >> >> However, an error occurred: >> ERROR: failed to detect containerd snapshotter. >> >> This issue does not occur when using kindest/node:v1.32.0. >> >> Thanks, >> Tzu-Hua Lan >> >> On Fri, Jan 24, 2025 at 3:16 PM Manikandan R <[email protected]> wrote: >> >>> +1 (Binding) >>> >>> - Built images from source on Mac M1 MacOS Sonoma (arm64) with go 1.22 >>> - Verified the signatures. >>> - Verified the licences and checksums. >>> - Run the scheduler with a local kind cluster (version 1.31.0) >>> - Ran simple sleep jobs >>> - Ran basic scheduling and gang scheduling e2e tests >>> - Verified results in Web UI >>> >>> Thanks, >>> Mani >>> >>> On Thu, Jan 23, 2025 at 11:24 PM Michael Chu <[email protected]> >>> wrote: >>> >>>> +1 (non-binding) for 1.6.1 RC2 >>>> >>>> 1. verified signature and checksum >>>> 2. built images with go 1.23.1 >>>> 3. built on mac (arm64) on kind 1.32.0 >>>> 4. E2E tests passed in kind cluster >>>> >>>> Cluster works on kind 1.32.0, but fails to load images on 1.32.1. When >>>> running ./validate_cluster.sh 1.32.1, will get "Pre-Loading >>>> admission-amd64-1.6.1 image failed, aborting", and the error message is >>>> "ERROR: failed to detect containerd snapshotter". >>>> >>>> Thanks, >>>> Michael Chu >>>> >>> >>
