troubleshoot
troubleshoot copied to clipboard
Preflight Checks and Support Bundles Framework for Kubernetes Applications
**Describe the rationale for the suggested feature.** ## Documentation Improvements Currently, the ClusterResource analyzer only has a single example which is based on a `pvc`. More examples with different types...
**Describe the rationale for the suggested feature.** The analyzer should recognize Kind cluster type and report a new `Distribution` identifier. **Describe the feature** Kind it's an official SIG, Replicated/Helm work...
**Describe the rationale for the suggested feature.** If we install troubleshoot and run `kubectl preflight` to check it is ok the following error is returned which can bring confusion and...
# Design Proposal Link to the [proposal](https://github.com/replicatedhq/troubleshoot/tree/main/design/template.md) - [ ] #809 # Definition of done Describe what specific goals can measure if this overall task is considered completed. Things to...
Story details: https://app.shortcut.com/replicated/story/106927 Fixes: https://github.com/replicatedhq/troubleshoot/issues/1563
Story details: https://app.shortcut.com/replicated/story/107456 Fixes: https://github.com/replicatedhq/troubleshoot/issues/1568 Demo: https://asciinema.org/a/bcM9XfqjtztAonQ9rD0AND7aq
**Describe the rationale for the suggested feature.** When we define an analyser to check for the availability of a kernel config, it would look something like this ```yaml - kernelConfigs:...
**Bug Description** Our [doc](https://troubleshoot.sh/docs/collect/exec/) states that >When the selector refers to more than one replica of a pod, the exec collector will execute in only one of the pods **Expected...
**Bug Description** Troubleshoot.sh is designed to allow [specs to be updatable](https://github.com/replicatedhq/troubleshoot/blob/main/docs/design/proposal-updateable-specs.md) using a `uri` parameter. This parameter would have a url pointing to the spec updates. Not all top level...
**Describe the rationale for the suggested feature.** The current `runPod` documentation says that it outputs a single file of `/[collector-name]/[collector-name].log`. As of https://github.com/replicatedhq/troubleshoot/pull/1172 we also log the output of `kubectl...