1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-04-29 20:24:31 +00:00

gha: cri-containerd: Show pod before deleting it

It'll help us to debug failures with the pod stop / pod delete.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-08-14 15:15:05 +02:00
parent ae0930824a
commit b29782984a

View File

@ -203,6 +203,8 @@ EOF
}
function testContainerStop() {
info "show pod $podid"
sudo crictl pods --id $podid
info "stop pod $podid"
sudo crictl stopp $podid
info "remove pod $podid"