mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Log where we pull images from
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
77f6476d34
commit
22cef5094e
@ -213,6 +213,10 @@ function save-logs() {
|
||||
done
|
||||
fi
|
||||
|
||||
# log where we pull the images from
|
||||
log-dump-ssh "${node_name}" "sudo ctr -n k8s.io images ls" > "${dir}/images-containerd.log" || true
|
||||
log-dump-ssh "${node_name}" "sudo docker images --all" > "${dir}/images-docker.log" || true
|
||||
|
||||
# Try dumping coverage profiles, if it looks like coverage is enabled in the first place.
|
||||
if log-dump-ssh "${node_name}" "stat /var/log/kubelet.cov" &> /dev/null; then
|
||||
if log-dump-ssh "${node_name}" "command -v docker" &> /dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user