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:
parent
ae0930824a
commit
b29782984a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user