The following procedure describes steps to complete an installation of {OLM} on {mini}.
Procedure
-
Clone the OLM repository
git clone [email protected]:operator-framework/operator-lifecycle-manager.git
-
Navigate to the cloned repo,
operator-lifecycle-manager
on your local directory. -
Login as cluster administrator
oc login -u admin -p admin
-
Run the following command
oc create -f deploy/okd/manifests/latest/
Additional resources
-
For more information on {OLM}, see the Operator Lifecycle Manager Github documentation.