fgksgf opened a new pull request, #138: URL: https://github.com/apache/skywalking-infra-e2e/pull/138
## Summary - Upgrade kind dependency from v0.20.0 to v0.27.0 to fix the `import-images` feature failing with "failed to detect containerd snapshotter" error when using newer kindest/node images (v1.32+) that use containerd v2.0 - Add E2E test case to verify `import-images` functionality works correctly ## Changes ### Dependency upgrade The outdated kind library (v0.20.0) couldn't properly detect containerd 2.0's snapshotter. Upgrading to kind v0.27.0 resolves this issue as it includes the fix from kubernetes-sigs/kind#3853. ### E2E test - Add `test/e2e/kind/` directory with KinD cluster config, test pod, and expected result - Add `make e2e-test-kind` target for local testing - Update CI workflow to run KinD E2E test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
