Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 781 Bytes

proc_installing-OLM.adoc

File metadata and controls

34 lines (28 loc) · 781 Bytes

Installing {OLM} on {mini}

The following procedure describes steps to complete an installation of {OLM} on {mini}.

Procedure
  1. Clone the OLM repository

    git clone [email protected]:operator-framework/operator-lifecycle-manager.git
  2. Navigate to the cloned repo, operator-lifecycle-manager on your local directory.

  3. Login as cluster administrator

    oc login -u admin -p admin
  4. Run the following command

    oc create -f deploy/okd/manifests/latest/
Additional resources