troubleshoot icon indicating copy to clipboard operation
troubleshoot copied to clipboard

Preflight Checks and Support Bundles Framework for Kubernetes Applications

Results 226 troubleshoot issues
Sort by recently updated
recently updated
newest added

@marccampbell I think this is the most effective way to read the uri from the secret. I tried using the functions from the secret collector but was a bit more...

type::feature

@markpundsack @divolgin The idea is to make NodeResourceAnalyzer more flexible when working with allocatable resources. As stated in issue #210, in the case of updates the allocatable resources needed are...

@laverya @dexhorthy @divolgin The use of the run collector together with the text analyzer, the filepath handling and the fields of the run collector where not entirely clear. I will...

From what I can see, the host collectors only work for host preflight. I think that it would be great if the host collectors can be used in generating the...

@marccampbell Hi Marc, after digging further in the code trying to fix issues #239 and #227, I found out that a flag called "collect-without-permissions", bound to viper was, I think,...

@areed @divolgin Hi Andrew, Dimitriy. Regarding #262, I think there is not an easy way to fix it. I've tried many approaches, and this, I think,is the cleanest one. I...

@marccampbell @divolgin I would like your opinion on this. I kept working on preventing failure on unnecessary default collectors, either RBAC errors or errors of other kind. - in case...

**Describe the rationale for the suggested feature.** It's often the case that knowing whether a request is failing to the IP of pod A or pod B, but all IPs...

**Bug Description** When running redactors, all redactions are batched together, which causes too many files to be open at the same time ``` * failed to run collector "cluster-resources": failed...

type::bug