Before moving forward, it’s essential to verify the installation. We need to ensure that the pods for the collector-manager are in a healthy state and running without experiencing crash loop backoff.
Finally, we also need to ensure that the values set in TENANT_ID and INTEGRATION_ID match the corresponding values in Overview Page.
Before proceeding, it’s crucial to confirm the Helm installation’s integrity. To verify the installation, execute the following command:
copy
Copy
Ask AI
helm status plerion-collector-manager -n plerion-system
Pods in CrashLoopBackOff State:
If you encounter pods repeatedly entering the CrashLoopBackOff state, inspect the pod logs for error messages. This could indicate issues with application configuration or dependencies.
Pending Pods:
Pods in a “Pending” state may indicate resource constraints or configuration problems. Check resource requests/limits and ensure the necessary configurations are in place.
To view the currently applied secret in your collector-manager, execute the following command:
Warning: Be cautious when running this command, as it may potentially reveal
the secret in plain text.