From 9cc6b5f461d76d490693a56a01bddade015f9e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 25 Jul 2023 14:40:03 +0200 Subject: [PATCH] ci: k8s: Get logs from kata-deploy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's make sure we can debug kata-deploy in case something goes wrong during its execution. Signed-off-by: Fabiano FidĂȘncio --- tests/integration/kubernetes/gha-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/kubernetes/gha-run.sh b/tests/integration/kubernetes/gha-run.sh index fd1dc8f3f8..69dcdf2585 100755 --- a/tests/integration/kubernetes/gha-run.sh +++ b/tests/integration/kubernetes/gha-run.sh @@ -102,6 +102,7 @@ function deploy_kata() { sleep 60s fi + kubectl -n kube-system logs -l name=kata-deploy kubectl get runtimeclass }