troubleshoot icon indicating copy to clipboard operation
troubleshoot copied to clipboard

Preflight Checks and Support Bundles Framework for Kubernetes Applications

Results 226 troubleshoot issues
Sort by recently updated
recently updated
newest added
trafficstars

**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...

type::docs

**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...

type::feature

## 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...

bug::normal

## 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...

bug::normal
triaged

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...

type::chore

## 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...

type::feature

**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`