Skip to content

Commit

Permalink
Also retain docker and kubelet logs.
Browse files Browse the repository at this point in the history
Still trying to debug kubernetes#20916
  • Loading branch information
mml committed Feb 18, 2016
1 parent be803ea commit 58283af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 58283af

Please sign in to comment.