mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-11-04 03:29:55 +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:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user