GitHubContribute in GitHub: Edit online

Debugging the IBM Storage Scale operator

Problem: the operator pod is not successfully deployed

No operator pod appears when running oc get pods -n ibm-spectrum-scale-operator.

Problem: the operator pod shows container restarts

Kubernetes keeps the logs of the current container and the previous container. Take a look at the previous container's logs for any clues using the following command:

oc logs -p <operator pod> -n ibm-spectrum-scale-operator