Skip to content

Commit

Permalink
ci: k8s: Get logs from kata-deploy
Browse files Browse the repository at this point in the history
Let's make sure we can debug kata-deploy in case something goes wrong
during its execution.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
  • Loading branch information
fidencio committed Jul 28, 2023
1 parent 9d285c6 commit 9cc6b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/kubernetes/gha-run.sh
Expand Up @@ -102,6 +102,7 @@ function deploy_kata() {
sleep 60s
fi

kubectl -n kube-system logs -l name=kata-deploy
kubectl get runtimeclass
}

Expand Down

0 comments on commit 9cc6b5f

Please sign in to comment.