OCP cluster prerequisites
Prerequisites
-
Installation prerequisites should be met
-
Stork installed on all application clusters
-
An OCP cluster available over network
-
If you want to install Portworx Backup on OpenShift using the
restrictedSCC, then you must add the service accounts used by Portworx Backup to therestrictedSCC. Execute the followingoc adm policy add-scc-to-usercommands, replacing<YOUR_NAMESPACE>with your namespace:oc adm policy add-scc-to-user restricted system:serviceaccount:<YOUR_NAMESPACE>:default
oc adm policy add-scc-to-user restricted system:serviceaccount:<YOUR_NAMESPACE>:pxcentral-apiserver
oc adm policy add-scc-to-user restricted system:serviceaccount:<YOUR_NAMESPACE>:px-keycloak-account
oc adm policy add-scc-to-user restricted system:serviceaccount:<YOUR_NAMESPACE>:px-backup-account
Related topic: