Merge pull request #9557 from portersrc/ci-debug-output-nydus-pod

CI: describe pod on k8s-create-pod wait failure
This commit is contained in:
Dan Mihai
2024-06-10 08:17:54 -07:00
committed by GitHub

View File

@@ -57,6 +57,7 @@ k8s_create_pod() {
# TODO: run this command for debugging. Maybe it should be
# guarded by DEBUG=true?
kubectl get pods "$pod_name"
kubectl describe pod "$pod_name"
return 1
fi
}