Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
02249de4
Commit
02249de4
authored
Apr 24, 2017
by
Shyam Jeedigunta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow disabling log dump for nodes (in preparation for using logexporter)
parent
08c5e289
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
log-dump.sh
cluster/log-dump.sh
+7
-2
No files found.
cluster/log-dump.sh
View file @
02249de4
...
...
@@ -248,6 +248,11 @@ function dump_nodes() {
}
setup
echo
"Dumping master
and node
logs to
${
report_dir
}
"
echo
"Dumping master logs to
${
report_dir
}
"
dump_masters
dump_nodes
if
[[
"
${
DUMP_ONLY_MASTER_LOGS
:-}
"
!=
"true"
]]
;
then
echo
"Dumping node logs to
${
report_dir
}
"
dump_nodes
else
echo
"Skipping dumping of node logs"
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment