-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: update the get debug-info command
* improvement: updated the get debug-info command The old version of the command might include sensitive data in the output file. This change introduces more explicit logging to show what's been extracted. Changes the behaviour of the command when it comes to export data from the kubernetes cluster: by default the command will only dump data from the garden-system and garden-system--metadata namespaces. If the user uses the new flat --include-project, the command will dump the configuraition for the entire project as well * fix: fixed copy for get debug-info command * fix: improved (basic) debug info report - added more logging in basic debug info flow - updated glob to match debug-info-* folders - systemInfo report format matches the one passed with --format - added test for fixedExcludes * fix: updated docs * fix: improve exit on failed project config validation
- Loading branch information
Showing
10 changed files
with
167 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.