From 57b13387cb7f5092ec8a63b00c5543f2714abe2b Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Mon, 14 Sep 2026 16:16:36 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=BE=93=E5=87=BA=20kind=20=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=87=86=E5=A4=87=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/kind-on-kata-smoke.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/kind-on-kata-smoke.yml b/.gitea/workflows/kind-on-kata-smoke.yml index 6e3b0a4..5d00710 100644 --- a/.gitea/workflows/kind-on-kata-smoke.yml +++ b/.gitea/workflows/kind-on-kata-smoke.yml @@ -46,7 +46,7 @@ jobs: - hostPath: /dev/kmsg containerPath: /dev/kmsg EOF - kind create cluster --config /tmp/kind-config.yaml --image "$KIND_NODE_IMAGE" --wait 5m + kind create cluster -v 9 --retain --config /tmp/kind-config.yaml --image "$KIND_NODE_IMAGE" --wait 5m docker exec nested-control-plane kubectl \ --kubeconfig=/etc/kubernetes/admin.conf wait \ --for=condition=Ready node/nested-control-plane --timeout=2m