mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 09:13:29 +00:00
scripts: Add containerd details to collect script
Add a new sub-section for containerd details. Fixes #1349. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
7266d31813
commit
f2a506affa
@ -346,6 +346,14 @@ show_container_mgr_details()
|
||||
run_cmd_and_show_quoted_output "" "cat /etc/crio/crio.conf"
|
||||
fi
|
||||
|
||||
|
||||
if have_cmd "containerd"; then
|
||||
subheading "containerd"
|
||||
run_cmd_and_show_quoted_output "" "containerd --version"
|
||||
run_cmd_and_show_quoted_output "" "systemctl show containerd"
|
||||
run_cmd_and_show_quoted_output "" "cat /etc/containerd/config.toml"
|
||||
fi
|
||||
|
||||
separator
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user