Skip to main content
Version: 3.1

Shared

  1. Apply the generated specs to your cluster with the oc apply command:

    oc apply -f px-spec.yaml
  2. 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
  3. 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
Was this page helpful?