Option to only show failed tests on Polaris Dashboard #856
Labels
enhancement
Adding additional functionality or improvements
pinned
Prevents stalebot from removing
priority: could
Future work depending on bandwidth and availability
Is your feature request related to a problem? Please describe.
When running Polaris in large clusters, the dashboard only shows a small subset of results.
For example, in one namespace in particular we have 272 resources (based on
kubectl get all -n {namespace} | wc -l
), whereas Polaris Dashboard only shows 70 of those results.In the above example, all the 70 checks are green/passing, meaning we're unable to see those that have warnings or failed checks.
Describe the solution you'd like
A few options that come to mind;
--only-show-failed-tests
on the dashboard, so only the failed checks are displayed.The text was updated successfully, but these errors were encountered: