Problem statement
I often want to check upon which pods have issues. For that I go to the "Resources" tab and filter for Pods that are not in the Running state. Since the list of filters is built dynamically on the available states, I have to go back to the filter and adjust it when ever pods enter new states.
Proposed solution
Provide a flag to click to invert a filter. E.g., let me select Running and Invert to filter for all pods/resources that are not in the selected state(s).
Alternatives considered
Manually adjust the filter every so often.
Additional context
This is especially useful in namespaces with a lot of resource.
Problem statement
I often want to check upon which pods have issues. For that I go to the "Resources" tab and filter for Pods that are not in the
Runningstate. Since the list of filters is built dynamically on the available states, I have to go back to the filter and adjust it when ever pods enter new states.Proposed solution
Provide a flag to click to invert a filter. E.g., let me select
RunningandInvertto filter for all pods/resources that are not in the selected state(s).Alternatives considered
Manually adjust the filter every so often.
Additional context
This is especially useful in namespaces with a lot of resource.