Skip to content

awgreene/using-olm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Run Operators using OLM in OpenShift

Prerequisites

  1. Have an OpenShift cluster with Operator Lifecycle Manager installed.
  2. Be logged in as a user with the RBAC permissions required to deploy this operator. These RBAC permissions are currently undefined, so log in as a user with the Cluster Admin Role.

Create a sandbox for the operators deployed by the OLM

$ oc new-project sandbox

Define the JBoss CRD, and deploy JBoss operator

$ oc create -f example-operators/jboss/jboss-crd.yaml
$ oc create -f example-operators/jboss/jboss-operator-csv.yaml

Define the echo CRD, deploy echo operator, and deploy an echo-app

$ oc create -f example-operators/echo/echo-crd.yaml
$ oc create -f example-operators/echo/echo-operator-csv.yaml
$ oc create -f example-operators/echo/deploy-echo-container.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published