Description of problem: In Openshift Cluster console web page,if resource(route,pod) number>250, it won't show all and filter can't retrive correcly Version-Release number of selected component (if applicable): 3.11 How reproducible: always Steps to Reproduce: create resource(route,pod) > 250,then view them in Cluster-console web page with cluster-admin role user. Actual results: Incomplete display and filter can't retrive correcly we can see the reqeust URL contains "limit=250" param in chrome dev tool,like: Request URL: https://console.apps.ocp.com/api/kubernetes/apis/route.openshift.io/v1/namespaces/default/routes?limit=250 Expected results: Paging display would be better. Additional info: the origin issue is when listing resources,it will show mismatch numbers between cluster console and oc cmd,after checking console api,we found limit=250 param. Since in many customer production envirmont,resource number often more then 250 and dev role always check them from UI,not from oc client. Screenshoot attached.
Created attachment 1645722 [details] pods
The limit in the URL is expected and just means we load items 250 at a time. This is a duplicate of bug 1677545. Please make sure you are running at least version 3.11.98, which contains the fix. https://access.redhat.com/errata/RHBA-2019:0636 *** This bug has been marked as a duplicate of bug 1677545 ***