Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.04 KB

DEV_GUIDE.md

File metadata and controls

42 lines (33 loc) · 1.04 KB

Developer Guide

Update version

In order to update the version info edit the file at mainfests/config.yaml Then update all yaml manifests to the new version by running:

make manifests

Build

Build Operator image

To build the operator docker image run:

make docker-build

Deploying to RedHat OpenShift OperatorHub

Build the bundle image for deployment in RedHat OpenShift OperatorHub:

make bundle-build

To upload the image follow the instructions on the RedHat Partner Connect website for upload, scan and certification

Build for development

Test bundle on development cluster

Build the bundle image and index image for development

make bundle-dev-build

NOTE This requires the operator-registry project to be cloned into your ~/home/projects directory

cd $HOME/projects
git clone [email protected]:operator-framework/operator-registry.git

NOTE The command will try to push the bundle images to DockerHub.com