-
Notifications
You must be signed in to change notification settings - Fork 0
CloudForms on OCP
Samuel Tauil edited this page Jan 30, 2018
·
2 revisions
-
Import the Cloudforms template with this command:
oc create -f https://raw.githubusercontent.com/samueltauil/cloud-notes/master/cfme-template.yaml
-
Add your default service account to the privileged security context.
oc adm policy add-scc-to-user privileged system:serviceaccount:<your-namespace>:default
-
Use the template to deploy CloudForms
oc new-app --template=cloudforms