BMYCO0366

Failed to read NVIDIA DCGM exporter dashboard JSON configuration.

Severity

Critical

User actions

Do the following steps to diagnose the error:
  1. Verify that the operator image or deployment contains the DCGM exporter dashboard asset expected by the controller:
    oc logs -n ibm-spectrum-fusion-ns deploy/isf-compute-operator-controller-manager -c manager | grep -i "DCGM Exporter Dashboard JSON"
    If the log shows a file read or embedded asset error, the dashboard JSON resource may be missing or corrupted in the operator build.
  2. Restart the operator pod after confirming the deployment image is correct:
    oc rollout restart deploy/isf-compute-operator-controller-manager -n ibm-spectrum-fusion-ns
  3. Check the operator logs again for repeated dashboard read failures:
    oc logs -n ibm-spectrum-fusion-ns deploy/isf-compute-operator-controller-manager -c manager
  4. If the issue persists, then contact IBM support.