Commit 58283aff authored by Matt Liggett's avatar Matt Liggett

Also retain docker and kubelet logs.

Still trying to debug #20916
parent be803eaf
......@@ -752,7 +752,7 @@ function check-cluster() {
echo "Preserving master logs in ${savedir}"
local logdir=/var/log
local basename
for basename in startupscript kube-apiserver; do
for basename in startupscript docker kubelet kube-apiserver; do
# TODO(mml): Perhaps revisit how we name logs for preservation and
# centralize an implementation. Options include putting basename
# before hostname and including a timestamp.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment