Tags: squizzi/troubleshoot
Tags
fix custom resources redaction file path (replicatedhq#480) * fix custom resources redaction file path
Merge pull request replicatedhq#479 from replicatedhq/divolgin/no-files Allow text analyzer to not generate an error if no files match
Merge pull request replicatedhq#478 from replicatedhq/divolgin/outcomes Ensure outcomes are optional in every case
Merge pull request replicatedhq#474 from replicatedhq/add-node-status… …-check 38798: Adding node status check
get container logs for unhealthy pods (replicatedhq#469) * get container logs for unhealthy pods Co-authored-by: divolgin <dmitriy@replicated.com> Co-authored-by: divolgin <divolgin@users.noreply.github.com>
collector/analyzer for host operating system (replicatedhq#443) * collector/analyzer for host operating system * address cr comments * cleanup * fix invoking the analyzer code cleanup * fix cr comments * add corner case unit-test * fix kernel version parsing * address review comments * add default case * parse using regex * added more testcases and fixed the bug found in cr * few small things