-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
openshift-4.10
-
None
-
False
-
None
-
False
-
-
Description of problem:
After upgrading to OCP 4.10.x, there is no limit for the displayed logs from the console.
Version-Release number of selected component (if applicable):
NA
How reproducible:
1- Upgrade or install OCP 4.10.x cluster 2- Create a test project and a pod that will generate more than a 1000 lines of logs 3- From the console, select project "test" then go to: Workloads -> Pods -> "Click on testpod" -> Logs 4- Full logs will be shown and not the last 1000 lines
Steps to Reproduce:
>> Upgrade to or install OCP 4.10.x cluster << # oc new-project test # oc project test # oc run testpod --image=registry.access.redhat.com/ubi8/ubi --command -- bash -c 'for i in {1..2000}; do echo $i ; done'
Actual results:
Full logs are displayed and not limited to 1000 lines
Expected results:
Logs to be limited to last 1000 lines to be loaded quickly
Additional info:
For one of my customers, he can see more than 100K log lines which takes longer time to load and results is a poor console response time.