-
Bug
-
Resolution: Done
-
Major
-
ACM 2.10.4
-
None
Description of problem:
CU in 4.14 ocp version and their RHACM pod klusterlet-addon-search is crashing with OOMKilled . We have tried to update the limit on of the pod using below command mentioned in [1] doc. [1] https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/release_notes/release-notes#klusterlet-addon-search-crashing but its getting reverted. Can someone please help.
oc annotate managedclusteraddon search-collector -n foobar \ addon.open-cluster-management.io/search_memory_request=512Mi \ addon.open-cluster-management.io/search_memory_limit=1024Mi
What I also see is that the pod is using an extreme amount of CPU on the node
$ oc adm top pod klusterlet-addon-search-788cff67-w8tdz -n open-cluster-management-agent-addon NAME CPU(cores) MEMORY(bytes) klusterlet-addon-search-788cff67-w8tdz 14420m 1018Mi
Version-Release number of selected component (if applicable):
2.10.4
How reproducible:
Steps to Reproduce:
- ...