1.12. Troubleshooting the search collector pod
The search-collector crashes and the status displayed is a CrashLoopback error.
1.12.1. Symptom: Reinstallation failure 复制链接链接已复制到粘贴板!
Afer you install IBM Cloud Pak for Multicloud Manager, the search-collector status displays a CrashLoopback error.
1.12.2. Resolving the problem: Reinstallation failure 复制链接链接已复制到粘贴板!
You must increase the memory limit in the search-collector deployment. Complete the following steps to increase the memory limit:
- Log in to your Red Hat OpenShift Container Platform hub cluster.
Access the
search-collectordeployment by running the following command:oc edit deployment $(oc get deployment -l component=search-collector -o jsonpath='{.items[0].metadata.name}')oc edit deployment $(oc get deployment -l component=search-collector -o jsonpath='{.items[0].metadata.name}')Copy to Clipboard Copied! Toggle word wrap Toggle overflow Edit the container’s resource limit for memory using the
.spec.template.spec.containers.resources.limitsfield:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Apply and save changes to your deployment.
The memory limits for the search-collector deployment are increased.