mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
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:
parent
235f8f13c0
commit
61ca21c4d7
@ -83,7 +83,7 @@ readonly aws_logfiles="cloud-init-output"
|
|||||||
readonly gce_logfiles="startupscript"
|
readonly gce_logfiles="startupscript"
|
||||||
readonly common_logfiles="kern"
|
readonly common_logfiles="kern"
|
||||||
readonly initd_logfiles="docker"
|
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
|
# Limit the number of concurrent node connections so that we don't run out of
|
||||||
# file descriptors for large clusters.
|
# file descriptors for large clusters.
|
||||||
|
Loading…
Reference in New Issue
Block a user