ci: 输出 kind 节点准备调试日志
kind-on-kata-smoke / smoke (push) Failing after 23m50s

This commit is contained in:
2026-09-14 16:16:36 +00:00
parent 1deb024621
commit 57b13387cb
+1 -1
View File
@@ -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