Support collecting log for alternative container runtime in e2e test.

This commit is contained in:
Lantao Liu
2017-11-08 02:38:19 +00:00
parent 3af06ccf5b
commit 32c4295bcf
3 changed files with 11 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ readonly gce_logfiles="startupscript"
readonly kern_logfile="kern"
readonly initd_logfiles="docker"
readonly supervisord_logfiles="kubelet supervisor/supervisord supervisor/kubelet-stdout supervisor/kubelet-stderr supervisor/docker-stdout supervisor/docker-stderr"
readonly systemd_services="kubelet docker"
readonly systemd_services="kubelet ${SYSTEMD_SERVICES:-docker}"
# Limit the number of concurrent node connections so that we don't run out of
# file descriptors for large clusters.