Hi, can you please re-run must gather with the current state? I'm looking for logs and more information on the search-collector error, but it seems like the attached must gather results were collected after the initial problem, so the search-collector logs are empty. I'd like to see the current state, after you fixed the other problems. Thanks.
The search-collector pod is crashing because it's running out of memory. The fix for this issue has been merged for 2.0.4. In the meantime, you can work around this problem increasing the memory limit for the search-collector deployment with the following: $ oc patch deployment search-prod-16ee5-search-collector -p '{"spec":{"template":{"spec":{"containers":[{"name":"collector", "resources":{"limits":{"memory": "2Gi"}}}]}}}}'