ci: k8s: Gather node info during the cleanup

This will make our lives easier to debug issues with the CI.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-07-20 22:24:24 +02:00
parent 81f99543ec
commit 228b30f31c

View File

@ -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() {