troubleshoot
troubleshoot copied to clipboard
Preflight Checks and Support Bundles Framework for Kubernetes Applications
**Bug Description** When the `logs` collector is run to collect logs, it stores logs in `/[name]/[pod-name]/[container-name].log`, if it is named, or at the root of the support bundle if it...
Changes the storage location for the logs collector to be the same as the clusterResources collector, so that sbctl can find them. This will alter the filepath for pod logs,...
**Describe the rationale for the suggested feature.** As an operator (or an app packager), I'd like to be able to provide some high level insights to users, like number of...
It's hard to build a succinct regex log analyzer if a crashing pod's previous pod logs are collected
**Describe the rationale for the suggested feature.** When collecting a bundle for a crashing pod, a top use case for troubleshoot is to be able to analyze a pod's logs...
## Request Ref design #663, and task #699 Currently Troubleshoot can use configMaps for Redactor specs, and when called within KOTS we can see multiple redactors added to the defaults...
**Describe the rationale for the suggested feature.** With the addition of some new flags, I think it's time we should document the CLI interfaces to Troubleshoot **Describe the feature** Probably...
### Problem to solve Preflight checks for Postgres fail after TLS is enabled on the respective service. Currently, Preflight checks cannot be configured to utilize a CA bundle, certificate, or...
**Describe the rationale for the suggested feature.** Many times during troubleshooting issues with networking, particularly Weave issues, we ask folks to retrieve logs and other info that include IP addresses....
**Describe the rationale for the suggested feature.** Kubernetes has a [known limitation](https://kubernetes.io/docs/tasks/administer-cluster/dns-debugging-resolution/#known-issues) where if the number of configured nameservers exceeds 3, or the number of search domains exceeds 6 on...