Collector manager not in Ready state
If the collector manager is not transitioning to aReady
state, follow these checks:
- Confirm the integration appears on the Integrations page and validate the release.
- Confirm the integration status is
Active
and notAttention Required
orDelete In Progress
. - Ensure the collector manager pod has DNS and internet access, as it communicates with the Plerion Control Plane over HTTPS.
Pending
or CrashLoopBackOff
state, resolve the DNS issue first. After DNS is healthy, restart the collector manager pod and check if it becomes Ready
.
Retrieve controller logs
If the issue persists, review the collector manager logs for more detail.-
List pods in the
plerion-system
namespace:Example output: -
Retrieve logs for a specific pod (replace with the pod name you want to inspect):
The
-f
flag streams logs in real time.