Commands below use variables from your
.env file. Run source .env before copying commands, or replace $NAMESPACE, $REGISTRY_SERVER, and $GCP_KEY_PATH with your actual values (default namespace: monitoring).`ImagePullBackOff` on any pod
`ImagePullBackOff` on any pod
Cause: Pull secret missing, wrong namespace, or GCP key invalid.Delete and recreate the pull secret:Verify:
kubectl get pods -n $NAMESPACE – pods move to Running within 30 seconds.`ipmi-exporter` pod crashes or init fails
`ipmi-exporter` pod crashes or init fails
Cause: SSH to that node and load the module:Persist across reboots:
ipmi_devintf kernel module not loaded.Find the failing node:`sambanova-exporter` init fails
`sambanova-exporter` init fails
Cause: SambaNova runtime service not running on the host.Find the failing node (read the SSH to that node, then:
NODE column):DaemonSet pods stuck in `Pending` due to missing node label
DaemonSet pods stuck in `Pending` due to missing node label
Cause: Node is missing the Apply the label to each SambaRack node:Confirm the pod moves to
snRduArch label required by the DaemonSet nodeSelector.Check which nodes are missing the label:Running:`sn-xrdu-exporter` returns 404 (target not found)
`sn-xrdu-exporter` returns 404 (target not found)
Cause: Compare to
node: in targets does not match Kubernetes node name.Check the name the pod sees:kubectl get nodes. Fix node: in values.yaml, then re-deploy:XRDU exporter pod up but no XRDU metrics
XRDU exporter pod up but no XRDU metrics
Cause: XRDU BMC IP unreachable or incorrect credentials.Test BMC reachability:If ping succeeds but metrics are still absent, verify
XRDU_USERNAME and XRDU_PASSWORD in the sn-xrdu-creds secret match your BMC configuration.Prometheus target shows `DOWN: connection refused`
Prometheus target shows `DOWN: connection refused`
Cause: Pod not running or port mismatch.Verify the pod is Confirm
Running:port: in your values matches the exporter’s listen port: IPMI: 9289, SambaNova: 9101, XRDU: 8076.Prometheus target shows `DOWN: context deadline exceeded`
Prometheus target shows `DOWN: context deadline exceeded`
Cause: Network policy blocking scrape, or timeout too short.Check network policies:Increase scrape timeout in Then re-apply:
values.yaml:
