You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am checking this but if anyone feels more competent feel free. The issue is in Workloads view the "VALID" header is not found because only the visible headers are present in the data. In other views like "Pods" the valid header is filled that the filter checks.
In ui/table_helper.go validX := data.Header.IndexOf("VALID", true) if validX == -1 { return data }
Also the WK view has a status which knows if a pod is degraded or running
Describe the bug
Unable to filter the workloads view for faults.
To Reproduce
Steps to reproduce the behavior:
:wk
to view workloadsctrl-f
to toggle faultsHistorical Documents
n/a
Expected behavior
Workloads are filtered for faults.
Screenshots
n/a
Versions (please complete the following information):
Additional context
n/a
The text was updated successfully, but these errors were encountered: