I’ve installed portworx on OpenShift 3.11 and the pods are crashing immediately so I can’t get a log out of them to find out what’s going on. Any ideas?
If the pod starts and crashes you can try to use
oc logs <podname> --previous
If its not starting at all, try to use the below to find more information.
oc describe pod <podname>
oc describe deployment <podname>