Bug 1884295 - Trying to install ACM and multi cluster hub is not deploying
Summary: Trying to install ACM and multi cluster hub is not deploying
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Advanced Cluster Management for Kubernetes
Classification: Red Hat
Component: Search / Analytics
Version: rhacm-2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Jorge Padilla
QA Contact: Song Lai
Mikela Dockery
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-10-01 15:21 UTC by Tuan
Modified: 2023-12-15 19:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-15 00:04:51 UTC
Target Upstream Version:
Embargoed:
amcnamar: rhacm-2.0.z+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github open-cluster-management backlog issues 5880 0 None None None 2020-10-06 14:51:15 UTC

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"}}}]}}}}'


Note You need to log in before you can comment on or make changes to this bug.