Also collect docker supervisor logs.

This helps with understanding what the docker-checker.sh really did
during the test run.
This commit is contained in:
Matt Liggett 2016-04-07 13:05:11 -07:00
parent 235f8f13c0
commit 61ca21c4d7

View File

@ -83,7 +83,7 @@ readonly aws_logfiles="cloud-init-output"
readonly gce_logfiles="startupscript"
readonly common_logfiles="kern"
readonly initd_logfiles="docker"
readonly supervisord_logfiles="kubelet supervisor/supervisord supervisor/kubelet-stdout supervisor/kubelet-stderr"
readonly supervisord_logfiles="kubelet supervisor/supervisord supervisor/kubelet-stdout supervisor/kubelet-stderr supervisor/docker-stdout supervisor/docker-stderr"
# Limit the number of concurrent node connections so that we don't run out of
# file descriptors for large clusters.