Steps to validate Helm release
1
Check Helm release status
Confirm that the Helm release deployed successfully:Example output:
2
Verify collector manager pods are running
Ensure the pods are in the Example output:
Running
state and not stuck in Pending
or CrashLoopBackOff
:Common issues
-
CrashLoopBackOff: Inspect pod logs for configuration or dependency errors.
- Pending: Check node resources and pod scheduling constraints (e.g., CPU/memory, nodeSelector, or taints).
3
Confirm tenant and integration IDs
Verify that the values in the collector manager secret match those shown on the Plerion platform:Example output:To view the applied configmap:Example output:
- TENANT_ID: Settings page
- INTEGRATION_ID: Kubernetes integration page
Running this command will display secrets in plain text. Use with caution.