mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +01:00
scripts: Create separate section for crio in collect script
Rather than folding crio under k8s, move it to a separate sub-section. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -337,11 +337,12 @@ show_container_mgr_details()
|
||||
run_cmd_and_show_quoted_output "" "kubectl version"
|
||||
run_cmd_and_show_quoted_output "" "kubectl config view"
|
||||
run_cmd_and_show_quoted_output "" "systemctl show kubelet"
|
||||
fi
|
||||
|
||||
if have_cmd "crio"; then
|
||||
run_cmd_and_show_quoted_output "" "crio --version"
|
||||
run_cmd_and_show_quoted_output "" "systemctl show crio"
|
||||
fi
|
||||
if have_cmd "crio"; then
|
||||
subheading "crio"
|
||||
run_cmd_and_show_quoted_output "" "crio --version"
|
||||
run_cmd_and_show_quoted_output "" "systemctl show crio"
|
||||
fi
|
||||
|
||||
separator
|
||||
|
||||
Reference in New Issue
Block a user