troubleshoot
troubleshoot copied to clipboard
Preflight Checks and Support Bundles Framework for Kubernetes Applications
**Describe the rationale for the suggested feature.** When a `run-pod` collector fails, such as when the dependent image does not pull, the error printed to the console does not state...
**Describe the rationale for the suggested feature.** In an effort of supporting extensibility of using support-bundle & preflight binaries, it would be good to be able to run other available...
**Describe the rationale for the suggested feature.** In cases where a search domain exists and resolves to a wildcard dns record (i.e: the search domain example.com resolves to *.example.com) kubernetes...
**Describe the rationale for the suggested feature.** Very frequently users for get to run a host collect as root. This results in the collection simply reporting "permission denied" on files...
**Describe the rationale for the suggested feature.** Currently the copy collector works by specifying only a single, hard-coded, known namespace, to copy files off of pods found by a given...
**Bug Description** (Edit: originally thought it was k8s packages driving the need, it's actually containers/image) The version of oras-go in use (v1) is no longer in active maintenance and is...
**Bug Description** https://troubleshoot.sh/docs/analyze/deployment-status/#heading The documentation states that namespace is optional and if provided limits the search to the specified namespace. Testing today with a single deployment we found that the...
**Describe the rationale for the suggested change.** Looking at the implementation of [pulling specs from OCI registries](https://github.com/replicatedhq/troubleshoot/blob/main/pkg/oci/pull.go), its not clear how to use this API and in extension, the CLI....
**Describe the rationale for the suggested feature.** Being able to get more detailed information about an issue. **Describe the feature** Implement some ability to start a collector before all other...
**Bug Description** If any of the redactors have an error, any error, and the execution ends up [here](https://github.com/replicatedhq/troubleshoot/blob/514c86d891b867fad6de24409109ea449e8b2c27/pkg/redact/single_line.go#L45) in this example, the file that was being redacted will not be...