Noah Campbell
d0584a4d4d
Updated yaml spec ( #1851 )
...
* v1beta3 spec can be read by preflight
* added test files for ease of testing
* updated v1beta3 guide doc and added tests
* fixed not removing tmp files from v1beta3 processing
* created v1beta2 to v1beta3 converter
2025-09-16 15:43:46 -05:00
Noah Campbell
acc1aad843
Preflight docs and template subcommands ( #1847 )
...
* Added docs and template subcommands with test files
* uses helm templating preflight yaml files
* merge doc requirements for multiple inputs
* Helm aware rendering and markdown output
* v1beta3 yaml structure better mirrors beta2
* Update sample-preflight-templated.yaml
* Added docs and template subcommands with test files
* uses helm templating preflight yaml files
* merge doc requirements for multiple inputs
* Helm aware rendering and markdown output
* v1beta3 yaml structure better mirrors beta2
* Update sample-preflight-templated.yaml
* Added/updated documentation on subcommands
* Update docs.go
* commit to trigger actions
2025-09-16 14:12:09 -05:00
Noah Campbell
8027e273e4
Support bundle diff ( #1855 )
...
implemented support bundle diff command
2025-09-15 13:20:35 -05:00
Marc Campbell
3b9d280a95
resetting make targets and github workflows to support v1beta3 releas… ( #1853 )
...
* resetting make targets and github workflows to support v1beta3 release later
* removing generate
* remove
* removing
* removing
2025-09-15 09:15:53 -07:00
Noah Campbell
a1d1a12c1a
Auto updater ( #1849 )
...
* added auto updater
* updated docs
* commit to trigger actions
2025-09-12 12:30:57 -06:00
Diamon Wiggins
e685cb9cf3
feat: make load-cluster-specs the default ( #1602 )
...
* make load-cluster-specs the default
2024-08-26 09:54:15 -04:00
Evans Mungai
a374b0a3ab
feat: Detect EC as a distribution ( #1529 )
2024-04-25 17:18:52 +01:00
Evans Mungai
37a5cce8ce
chore: minor updates to docs and Makefile ( #1433 )
...
* Deprecate old Makefile targets
* Name Makefile targets to point to files they 'make' as per convention
* Update the contributing doc
* Update CLI docs left behind
2024-01-25 18:55:51 +00:00
Evans Mungai
b9f4fc4390
feat: Dry run flag to print preflight specs to std out ( #1240 )
2023-09-12 14:42:10 +01:00
Dexter Yan
f9dbccd354
feat(support-bundle): add support labels for troubleshoot.io and troubleshoot.sh ( #1203 )
2023-06-08 16:05:35 +01:00
Evans Mungai
a31e2ff1b9
chore: Add CLI flags to enable CPU & memory profiling ( #926 )
...
Allow collecting of CPU and memory diagnostics when running troubleshoot CLI applications using --memprofile and --cpuprofile flags. These flags accept file paths if where to store the collected runtime data
2023-01-04 11:56:07 +00:00
Evans Mungai
a523551da9
feat(redactors): Run redactors on an existing support bundle ( #887 )
...
* feat(redactors): Run redactors on an existing support bundle
Add redact subcommand to support-bundle to allow running redactors on an
existing bundle to creating a new redacted bundle.
The command will be launched like so
support-bundle redact <redactor urls> --bundle support-bundle.tar.gz
Fixes : #705
2023-01-03 18:05:15 +00:00
ada mancini
e2053a00a2
rename the troubleshoot label to "support-bundle" ( #918 )
2022-12-22 19:00:05 -03:00
Diamon Wiggins
9c77a0e3da
Add sbctl integration proposal and move design directory into docs ( #893 )
...
* add sbctl integration proposal and move design directory into docs
Co-authored-by: Evans Mungai <evans@replicated.com >
2022-12-14 14:52:40 +13:00
Xav Paice
6530cb364f
feat: Add docsgen command ( #862 )
...
* feat: Add docsgen command
* docs: add CLI docs for support-bundle and preflight
2022-11-21 11:31:08 -05:00
Xav Paice
c9b48aa716
docs: add ADR for mergable preflight specs ( #858 )
...
Adds a proposed Architecture Decision Records for the ability to specify
multiple specs per preflight test.
2022-11-21 11:29:51 -05:00
Xav Paice
6b87cdb267
docs: ADR-001 remove default redaction of IP addresses ( #823 )
...
* Add ADR-001 Remove IP address redaction
Add design record (proposed) for removing IP address redaction by default.
Fixes : #735
2022-11-09 16:37:12 +13:00
Xav Paice
d5c0dd4857
Add ADR directory and readme ( #822 )
...
Adds a directory and readme.md for storing Architecture Design Records
2022-11-07 13:41:32 +00:00