troubleshoot
troubleshoot copied to clipboard
Preflight Checks and Support Bundles Framework for Kubernetes Applications
Create a design proposal to clarify and detail the required changes to the project to implement #933
I have created support bundles containing these resources not included in `cluster-resources` collector following the documentation: https://troubleshoot.sh/docs/collect/configmap/ and https://troubleshoot.sh/docs/collect/secret/ but subsequently running the `kubectl` commands produces errors like these: ```$...
**Describe the rationale for the suggested feature.** The host collector for system packages allows you to reference {{ .Version }} of a system package, but you're unable to do a...
Allow for both pre-flight and support bundle to collect & analyse for the presence of specific node labels in order to ascertain if a Deployment with `nodeSelector` will deploy. ```...
**Bug Description** Analysis result outcomes have an [optional title field](https://troubleshoot.sh/docs/analyze/outcomes/#title) which can be used when multiple outcomes are defined, and when one would like to give specific outcomes more meaning...
**Describe the rationale for the suggested feature.** In https://troubleshoot.sh/, we have older gifs showcasing how `support-bundle` command works. This is outdated. **Describe work needed** * Generate new gifs using the...
**Describe the rationale for the suggested feature.** The [go errors package](https://github.com/pkg/errors) we use in troubleshoot was deprecated in favour of [golang's native error handling](https://go.dev/blog/go1.13-errors) which was introduced in `go 1.13`....
**Bug Description** Just like the host collector counterpart, the in-cluster collector requires an analyser. Using [json compare](https://github.com/replicatedhq/troubleshoot-specs/blob/main/in-cluster/default-kurl.yaml#L369) fails to catch cases where the host name in question is not reachable...
**Describe the rationale for the suggested feature.** Currently, we don't do any testing of the Ceph collector. We should add some tests so that we catch regressions like https://github.com/replicatedhq/troubleshoot/issues/1041
**Describe the rationale for the suggested feature.** Whenever we run the `support-bundle` CLI commands to collect support bundles, we might at times have errors that occur in the various heterogenous...