troubleshoot
troubleshoot copied to clipboard
Preflight Checks and Support Bundles Framework for Kubernetes Applications
**Describe the rationale for the suggested feature.** Since kubernetes has so many storage options, it is critical to help an end-user ensure they have the correct capabilities for a given...
**Describe the rationale for the suggested feature.** As a developer for debugging my application stack's spin-up phase after the fact - ie CI runs, I have come into situations where...
**Describe the rationale for the suggested feature.** Sometimes there can be multiple instances of the same application installed. It is common to split these instances by namespace. Since the end-user...
Logs collector was failing when it encountered a pod in the `Shutdown` state - filter out any pods in `status.phase=Failed`
Tracking issue for: - [ ] https://github.com/replicatedhq/troubleshoot/security/code-scanning/13 The affected part of go-restul is not actually used within this codebase, but the dependency should be updated to >= 3.8.0 to remove...
After reviewing the HTTP Collector docs @ https://troubleshoot.sh/docs/collect/http/ , the page mentions that the collector can run inside a container. > "The http collector can be used to execute http...
**Describe the rationale for the suggested feature.** we should provide a way for users to query a log aggregation system to pull cluster-wide logs from a single source as an...
fixes half of https://github.com/replicatedhq/troubleshoot/issues/407
@areed @divolgin Hi, I added the possibility to compare semversions. The group containing the version must be called "version" or "Version". If it is the case, the text analyzer runs...
[A recent commit](https://github.com/replicatedhq/troubleshoot/pull/391/commits/2889e1ffe79ce3db4d3e5b48726aae5240cbbe8e) broke previous behavior of being able to collect `clusterResources: {}` from all namespaces. From the [docs](https://troubleshoot.sh/docs/collect/cluster-resources/) > This will attempt to collect information from all namespaces Tested...