Diamon Wiggins
Diamon Wiggins
## Describe the bug After a reboot of a node in a 4 node cluster a user is seeing the following: ``` Warning FailedMount 48s (x3 over 4m52s) kubelet MountVolume.WaitForAttach...
### Problem to solve With the recently added feature to concatenate multiple specs together at runtime, we need to ensure that we are not unnecessarily running the `Cluster Resources` collectors...
Expanding the initial feature added in https://github.com/replicatedhq/troubleshoot/pull/709 to discover both support bundle and redactors specs across configmaps and secrets * Removes the `selector` flag which complimented the `load-cluster-specs` flag. It's...
#### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # #### Special notes for your reviewer: ## Steps to reproduce #### Does...
**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.** 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.** We have an analyzer which can be used to evaluate regular expressions over the collected contents of a support bundle, but it's only...
**Bug Description** Today there are several [In Cluster](https://troubleshoot.sh/docs/collect/all/) collectors which run from where the preflight or support bundle binary was executed and don't necessarily run inside a Pod in the...