troubleshoot
troubleshoot copied to clipboard
Preflight Checks and Support Bundles Framework for Kubernetes Applications
**Bug Description** There is a section in the documentation that states ["A list of all available collectors"](https://troubleshoot.sh/docs/collect/all/) but in fact it does not list all available collectors: Collectors related to...
**Describe the rationale for the suggested feature.** It is useful for support teams gather information only about specific Custom Resource, not all of them. At the same time show the...
**Describe the rationale for the suggested feature.** Users are specifying support bundle collectors like: ``` - logs: name: redis selector: - app=redis limits: maxAge: 30d maxLines: 10000 ``` But `30d`...
**Describe the rationale for the suggested feature.** With the addition of updatable or online specs, it would be nice to have a way for the user of the spec to...
## Description When using the Admin Console and preflights can't complete because of permissions, and Admin Console gives the user instructions for running the command from the console, it's supposed...
## Description The [`copyFromHost` collector](https://troubleshoot.sh/docs/collect/copy-from-host/) appears to be requesting to open the hostPath with write permissions. On GKE autopilot, when I try to collect a support bundle for the my...
from Marc: > org wide, we are not recommending or using golangci-lint. we’ve removed it from CMX and Vandoor > golangci-lint does add additional checks fwiw, but we seem to...
## Description, Motivation and Context - avoiding most JSON marshaling to check for duplicates, keep it for complicated one - use UniqKey ## Checklist - [x] New and existing tests...
**Bug Description** I'm trying to use **Warn** as an outcome for regex analyzer but it doesn't work, it shows fail instead **Expected Behavior** Just like the examples here https://troubleshoot.sh/docs/analyze/ ,...
**Bug Description** go build but occur the error like follow(same with `-mod=vendor`): `vendor/github.com/replicatedhq/troubleshoot/pkg/collect/mssql.go:12:2: cannot find module providing package github.com/microsoft/go-mssqldb: import lookup disabled by -mod=vendor`