Bug 1884295

Summary: Trying to install ACM and multi cluster hub is not deploying
Product: Red Hat Advanced Cluster Management for Kubernetes Reporter: Tuan <tuado>
Component: Search / AnalyticsAssignee: Jorge Padilla <jpadilla>
Status: CLOSED CURRENTRELEASE QA Contact: Song Lai <slai>
Severity: medium Docs Contact: Mikela Dockery <mdockery>
Priority: unspecified    
Version: rhacm-2.0CC: amcnamar, nweather
Target Milestone: ---Flags: amcnamar: rhacm-2.0.z+
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-10-15 00:04:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 6 Jorge Padilla 2020-10-05 19:22:09 UTC
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.

Comment 8 Jorge Padilla 2020-10-05 20:21:31 UTC
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"}}}]}}}}'