Installing Portworx on IBM Cloud OpenShift Bare Metal

I used the Portworx Operator and trying to generate the appropriate yaml to install the storage cluster, but the px-cluster pod never go to the Ready state.

I am trying to add more detail here, but the forum is not accepting anything with more than 2 links. My YAML has links in it.

Describing one of the pods …
$ oc describe pod px-cluster-1b4e21be-32ab-4d00-8398-738e68cb850f-2fn2q

Events:
Type Reason Age From Message


Normal Pulling 133m kubelet Pulling image “portworx/oci-monitor:2.6.3”
Normal Pulled 133m kubelet Successfully pulled image “portworx/oci-monitor:2.6.3”
Normal Created 133m kubelet Created container portworx
Normal Started 133m kubelet Started container portworx
Warning Unhealthy 3m26s (x773 over 133m) kubelet Readiness probe failed: HTTP probe failed with statuscode: 503

can please provide more details about your cluster and post your operator spec file here. and also get the logs

kubectl logs -n kube-system -l name=portworx --tail=99999