troubleshoot
troubleshoot copied to clipboard
Preflight Checks and Support Bundles Framework for Kubernetes Applications
## Description, Motivation and Context Fixes: https://github.com/replicatedhq/troubleshoot/issues/1425 ## Checklist - [x] New and existing tests pass locally with introduced changes. - [x] Tests for the changes have been added (for...
## Description, Motivation and Context Upgrade `code-generator` and `controller-tools` tools which troubleshoot used to generate code and open API schema docs. The changes between versions of the tools are not...
## Description, Motivation and Context If host collectors are present in a spec when running `support-bundle` or `preflight` CLIs, we want to prompt a user to run the binary as...
**Describe the rationale for the suggested feature.** Troubleshoot collects PVC specs but not disk usage. **Describe the feature** K8s users can use a script like `kubedf` [available here](https://gist.github.com/redmcg/60cfff7bca6f32969188008ad4a44c9a) which calls...
**Bug Description** When trying to get a file from a pod that is constantly changing, it fails randomly **Expected Behavior** The file should be in the support bundle with it...
**Describe the rationale for the suggested feature.** Now that we collect [helm release information](https://troubleshoot.sh/docs/collect/helm/), the natural step forward is using this information in analysers where we can have preflight checks...
**Bug Description** The [blockDevices](https://troubleshoot.sh/docs/host-collect-analyze/blockDevices/) analyzer will only pass if the device type is `disk` or `part`. This excludes devices of type `raid*` as well as others that a user may...
**Describe the rationale for the suggested feature.** I am trying to use an HTTP collector to check if a helm value is a valid authentication token. The response that comes...
**Describe the rationale for the suggested feature.** Often times there are key indicators of issues within Kubernetes events. These events surface issues as it relates to scheduling, lack of resources,...
**Describe the rationale for the suggested feature.** Writing a quick supportbundle/preflight collector for in-cluster, and noticing that the `http` collector only has a host-analyzer. Should probably have an in-cluster mode...