mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
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:
parent
81f99543ec
commit
228b30f31c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user