-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
4.18.z
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
Rejected
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
- Install 30 operators in all namespaces.
- Create a new-project and observe the time taken to copy the CSV using below command
$ oc new-project test && while true ; do printf "$(date) #installed csv: $(oc get csv -n test|wc -l)\n" ; sleep 30 ; done
- It takes around 9 minutes to list all the CSVs in a newly created project.
- The value is displayed very quickly in an existing project.