Shared
-
Apply the generated specs to your cluster with the
oc apply
command:oc apply -f px-spec.yaml
-
Using the
oc get pods
command, monitor the Portworx deployment process. Wait until all Portworx pods show as ready:oc get pods -o wide -n <px-namespace> -l name=portworx
-
Verify that Portworx has deployed by checking its status with the following command:
PX_POD=$(oc get pods -l name=portworx -n <px-namespace> -o jsonpath='{.items[0].metadata.name}')
oc exec $PX_POD -n <px-namespace> -- /opt/pwx/bin/pxctl status