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

**Bug Description** When I use the `spec.uri` of a support bundle the [documentation](https://troubleshoot.sh/docs/support-bundle/supportbundle/#uri) states the the version pointed by `spec.uri` replaces the spec but it is actually merging the two...

**Bug Description** If I have the same host analyser defined in two different specs they end up showing twice when I run `kubectl support-bundle spec0 spec1`. The same does not...

**Bug Description** While working on some specs for a new app we put them into the Helm chart and did some templating to share some of the collectors and analyzers...

**Bug Description** Some of the e2e tests written in go that utilise https://github.com/kubernetes-sigs/e2e-framework to launch kubernetes clusters are flaky Here is an example https://github.com/replicatedhq/troubleshoot/actions/runs/7653829766/job/20856590429?pr=1433 **Expected Behavior** Tests should be reliable...

type::bug
bug::regression

**Describe the rationale for the suggested feature.** Troubleshoot has a [YAML redactor](https://github.com/replicatedhq/troubleshoot/blob/main/pkg/redact/yaml.go) that is used to redact values in a YAML file selected using [this yamlPath selector syntax](https://troubleshoot.sh/docs/redact/redactors/#yamlpath). Since we...

type::feature

**Describe the rationale for the suggested feature.** Our [contributing guideline](https://github.com/replicatedhq/troubleshoot/blob/main/CONTRIBUTING.md) does not have section for how to add new field to the schema. This will be useful for new contributor...

**Describe the rationale for the suggested feature.** Right now, simple YAML errors like missing an indent result in `nonexistent analyzer` errors. **Describe the feature** I picked up some code and...

## Description, Motivation and Context Please include a summary of the change or what problem it solves. Please also include relevant motivation and context. ## Checklist - [ ] New...

**Describe the rationale for the suggested feature.** The current helm collector collects the revision history with status, a good addition will be to add the functionality to collect helm values...

**Describe the rationale for the suggested feature.** Input specs (often YAML) passed in to troubleshoot CLIs & library functions can often be erroneous. We need to provide a way to...

type::feature