Rename log-dump env to LOG_DUMP_SYSTEMD_SERVICES.

This commit is contained in:
Lantao Liu
2017-11-16 00:41:27 +00:00
parent a3bfe65d86
commit 0085e2208d
2 changed files with 2 additions and 2 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 ${SYSTEMD_SERVICES:-docker}"
readonly systemd_services="kubelet ${LOG_DUMP_SYSTEMD_SERVICES:-docker}"
# Limit the number of concurrent node connections so that we don't run out of
# file descriptors for large clusters.