mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
Some recent changes broke cluster creation.
> $ kind create cluster
> Creating cluster "kind" ...
> ✓ Ensuring node image (kindest/node:v1.27.3) 🖼
> ✗ Preparing nodes 📦
> Deleted nodes: ["kind-control-plane"]
> ERROR: failed to create cluster: could not find a log line that
> matches "Reached target .*Multi-User System.*|detected cgroup v1"
12 lines
297 B
Diff
12 lines
297 B
Diff
--- a/pkg/cmd/kind/version/version_test.go
|
|
+++ b/pkg/cmd/kind/version/version_test.go
|
|
@@ -62,6 +62,8 @@ func TestTruncate(t *testing.T) {
|
|
}
|
|
|
|
func TestVersion(t *testing.T) {
|
|
+ t.Skip("only works on prerelease versions")
|
|
+
|
|
tests := []struct {
|
|
name string
|
|
gitCommit string
|