mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 15:28:10 +00:00
runtime: Add containerd shim v2 to collect script
Capture log output from the Kata containerd shim v2. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -241,6 +241,14 @@ find_system_journal_problems()
|
||||
fi
|
||||
}
|
||||
|
||||
show_containerd_shimv2_log_details()
|
||||
{
|
||||
local name="Kata Containerd Shim v2"
|
||||
subheading "$name logs"
|
||||
|
||||
find_system_journal_problems "$name" "kata"
|
||||
}
|
||||
|
||||
show_proxy_log_details()
|
||||
{
|
||||
subheading "Proxy logs"
|
||||
@@ -277,6 +285,7 @@ show_log_details()
|
||||
show_proxy_log_details
|
||||
show_shim_log_details
|
||||
show_throttler_log_details
|
||||
show_containerd_shimv2_log_details
|
||||
|
||||
separator
|
||||
}
|
||||
|
Reference in New Issue
Block a user