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
restricted
SCC, then you must add the service accounts used by Portworx Backup to therestricted
SCC. Execute the followingoc adm policy add-scc-to-user
commands, 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: