diff --git a/tests/integration/kubernetes/gha-run.sh b/tests/integration/kubernetes/gha-run.sh index cd35fc308..31e377e62 100755 --- a/tests/integration/kubernetes/gha-run.sh +++ b/tests/integration/kubernetes/gha-run.sh @@ -173,6 +173,7 @@ function get_nodes_and_pods_info() { if [[ "${describe_pods}" == "yes" ]]; then kubectl describe pods -A fi + kubectl debug $(kubectl get nodes -o name) -it --image=quay.io/kata-containers/kata-debug:latest } function main() {